Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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/" . $...
Pintu Kumar's user avatar
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 = "...
lai's user avatar
  • 23