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.
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.
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
i have got issue: { "error": { "code": "MailboxNotEnabledForRESTAPI", "message": "The mailbox is either inactive, soft-deleted, or is hosted on-premise." } }
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
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 TH-cam or on Udemy learn.microsoft.com/en-us/answers/questions/1348031/using-ms-graph-api-how-to-reply-to-an-email-thread
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
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." } }
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.
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",
Thanks a lot bro, very understandable
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.
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.
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
i have got issue:
{
"error": {
"code": "MailboxNotEnabledForRESTAPI",
"message": "The mailbox is either inactive, soft-deleted, or is hosted on-premise."
}
}
have you been able to solve it?? im facing the same issue, any guidance will be appreciated.
Thank you so much
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
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
How do I make a version of this that doesn't require any user sign-in?
is it possible to reply to an existing mail thread using an outlook api?
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 TH-cam or on Udemy
learn.microsoft.com/en-us/answers/questions/1348031/using-ms-graph-api-how-to-reply-to-an-email-thread
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
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
@@BEENUMLEARNING Got it, We can use this property ''contentBytes'' to pass the base64 formatted content as an attachment
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."
}
}
have you been able to solve it?? im facing the same issue, any guidance will be appreciated.l
Get messages method please??
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.
How to solve 400 Bad Request with message as “Invalid base64 string for MIME content”?
add another header Content-type : application/json
how to get the bearer token ?
th-cam.com/video/gXZL1Yv84tg/w-d-xo.html
click above video to watch how to get access token
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",