All Questions
2 questions
0
votes
1
answer
772
views
Outlook Mail Rest Api forward email Request returned status 400
This is my code to forward email:
public static function sendForwardMessage($access_token, $user_email, $data, $message_id) {
$getMessagesUrl = self::$outlookApiUrl . "/Me/messages/" . $...
2
votes
1
answer
2k
views
Outlook Rest Api sending Mail Request returned status 400
I try to send email from a signed Outlook Account with Outlook Rest Api and Curl then I get this error
Request returned status 400
This is my code for sending mail
private static $outlookApiUrl = "...