Have you liked any of our content and thinking about Thanking us? Then you can thank us / donate us with below links buymeacoffee: www.buymeacoffee.com/beenumlearning PayPal: paypal.me/beenumlearning Below are the links for the courses created by us Learn Integration in Oracle Integration: www.udemy.com/course/learn-integration-in-oracle-integration-oic-from-scratch/?referralCode=A378D1F90CFDA29998D4 Learn B2B for Oracle Integration: www.udemy.com/course/b2b-for-oracle-integration-training-for-beginners/?referralCode=A046790B230F8E7B2648 Learn Insight in Oracle Integration: www.udemy.com/course/insight-in-oracle-integration-oic/?referralCode=6E554C8689FC329746A0
@tranthuy21898 ай бұрын
i have got issue: { "error": { "code": "MailboxNotEnabledForRESTAPI", "message": "The mailbox is either inactive, soft-deleted, or is hosted on-premise." } }
@whipsersinvoid3 ай бұрын
have you been able to solve it?? im facing the same issue, any guidance will be appreciated.
@annbonador2 ай бұрын
I get this error 'Remote server returned '550 5.7.708 Service unavailable. Access denied, traffic not accepted from this IP. For more information please go..'
@johnleone1996 Жыл бұрын
How do I make a version of this that doesn't require any user sign-in?
@rakeshbhavsar23982 жыл бұрын
Thanks for such a wonderful demonstration. Two Queries: 1. Do you have C# code samples for same scenario. 2. Do you have similar demo for SharePoint GraphAPI to perform File and Folder Operations and C# code samples for the same.
@BEENUMLEARNING2 жыл бұрын
Thank You for watching. We have created this video for integration from Oracle point of view. If it has helped you then we are glad to know that. You may Google, Microsoft graph explorer there you will find API for almost all Microsoft products. Please check.
@thanuthomas70037 ай бұрын
hi on send click in postman i get 404 error. please help { "error": { "code": "MailboxNotEnabledForRESTAPI", "message": "The mailbox is either inactive, soft-deleted, or is hosted on-premise." } }
@whipsersinvoid3 ай бұрын
have you been able to solve it?? im facing the same issue, any guidance will be appreciated.l
@shreeyanshukumar8118 Жыл бұрын
is it possible to reply to an existing mail thread using an outlook api?
@BEENUMLEARNING Жыл бұрын
Yes, refer below document and for knowing how to make use of Graph API's you may watch out Graph API for email videos on KZbin or on Udemy learn.microsoft.com/en-us/answers/questions/1348031/using-ms-graph-api-how-to-reply-to-an-email-thread
@issaissifou4959 Жыл бұрын
Thank you so much
@shouryayadav2 жыл бұрын
How to solve 400 Bad Request with message as “Invalid base64 string for MIME content”?
@djKafelka Жыл бұрын
add another header Content-type : application/json
@yoma081217 күн бұрын
why are you giving demo with delegated auhorization flow? You should be provided demo with application authorization flow?
@narendransankaran26372 жыл бұрын
how to send attachments in an email - I mean if we want to dynamically pass the content as an attachment , how we can achieve it
@BEENUMLEARNING2 жыл бұрын
You can send attachments in base64 format, this is available in the documentation link what we have added in the blog for this video. For your quick reference below is the documentation link for the same docs.microsoft.com/en-us/graph/api/resources/fileattachment?view=graph-rest-1.0
@narendransankaran26372 жыл бұрын
@@BEENUMLEARNING Got it, We can use this property ''contentBytes'' to pass the base64 formatted content as an attachment
@mosesbosire41562 жыл бұрын
I an getting authenticated and receive the token, however, on sending email I am getting error - "code": "InvalidAuthenticationToken", "message": "CompactToken parsing failed with error code: 8004920A",
@hungvu-q2o10 ай бұрын
Every user in my work has an email address, I can create 1 azure account for sending and use the api to send mail from those email addresses
@BEENUMLEARNING10 ай бұрын
This use case is used to process the mails received on a mail account like asking for more information...etc But implications could be vast as per the business
@suryasai71352 жыл бұрын
Get messages method please??
@BEENUMLEARNING2 жыл бұрын
Sure, we'll take up that as well. Our focus of creating this video was to integrate MS mail from Oracle, but this video has got response from developers outside of Oracle and we are planning to create content on Microsoft, Azure and other products soon.
@rabiekhlifi34922 жыл бұрын
how to get the bearer token ?
@BEENUMLEARNING2 жыл бұрын
kzbin.info/www/bejne/nYm9fWSPq51nqsk click above video to watch how to get access token