Microsoft Graph Mail refers to the Outlook Mail APIs in Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.
Questions tagged [microsoft-graph-mail]
484 questions
0
votes
1 answer
Send mail functionality not working in iOS using MSGraphSDK if we uses after a long gap
We are not allowed to use native mail functionality for sending emails.
Hence our native iPad app integrated MSGraph SDK for sending mails along with an attachment. MSGraphSDK used to verify the work user by getting authentication…

wesley
- 859
- 5
- 15
0
votes
1 answer
Why i am i getting '/' sometimes in eventId after saving outlook mail context?
I am saving the outlook context and in the saveAsync method i am getting event Id. Sometimes event id contains '/' in it. if i use that eventId with '/' it is failing. can someone help me on this?
Office.context.mailbox.subject.setAsync
(
…

vinay narayana
- 197
- 1
- 2
- 10
0
votes
2 answers
Access is denied returned when calling /me/messages
I am currently trying to make REST calls to get mailbox message stats for a particular account (i.e. read/unread count). I have done this in the Microsoft Graph Explorer and have managed to get the relevant User.Read and many other non-admin…

AdilZ
- 1,107
- 6
- 27
- 44
0
votes
1 answer
Getting the attachments of an attached Message in Microsoft Graph
I'm trying to retrieve emails using Microsoft Graph(and the Microsoft Graph SDK) and i'm running into the following problem : when the email has another Outlook message attached to it and that message also has attachments, i'm unable to get…

Maxime Laflamme
- 3,786
- 2
- 11
- 12
0
votes
2 answers
use GraphServiceClient from multiple threads (parallel) - send mails
I have a need to send multiple emails using Microsoft Graph from Windows Service.
I'm using Microsoft.Graph NuGet package.
I'm creating GraphServiceClient and sending mail like so:
IGraphServiceClient graphClient = new…

Misiu
- 4,738
- 21
- 94
- 198
0
votes
1 answer
How does skip token take care of email deletion case
So the skip token I get from graph API is a number, based on my understanding(I might be wrong), it indicates how many emails need to be skipped.
In our application, we store that skip token in our db/memory so we can fetch next page of emails. So…

CipherText
- 105
- 1
- 10
0
votes
1 answer
Getting Status of new Email send via MS GraphAPI
I am playing around with the msgraph api and i am able to send messages etc but i want to be able to check the status for newly created message. When sending a new message there is not much returned, actually the body is blank and the following…

MisterniceGuy
- 1,646
- 2
- 18
- 41
-1
votes
1 answer
Download attachments from exchange online mailbox using powershell
I need to connect to Exchange Online Mailbox and download attachments from a specific folder under the inbox.
I did some research and tried a couple of examples, but it is unclear what is the best approach to this matter.
I appreciate it if you…

Jimcesseg
- 15
- 3
-1
votes
1 answer
Reading Emails from Office 365 mailbox using C#
It seems that Office 365 emails are no longer to be possible to be read using normal SMTP.
There seems to be a new procedure which also requires using Azure.
I need to be able to read and also delete old emails from a mailbox. Anyone knows of a…

Evan Camilleri
- 74
- 6
-1
votes
1 answer
Python: read outlook mail
I have a script that uses the library "imbox" to get all the emails and their attachment, but since microsoft has disabled basic authentication obviously it does not work.
For what I understood I first need an access token using the "msal" library…
-1
votes
1 answer
Empty Payload. JSON content expected. Microsoft Graph and Powershell
I am working on some automation to set out of office for people using PowerShell. Im running into a problem but im not sure where im going wrong.
When i run the script to disable the out of office it throws an error saying Empty Payload. JSON…

deniscooper
- 49
- 2
- 7
-1
votes
1 answer
mail.send is not accepting HTML/ CSS code
I have copied the (HTML) source code from a received email just to have the template/format of that email, and this is the error message that I am receiveing when running the API:
Internal : Unexpected error Error during Web API HTTP Request
HTTP…

DomF
- 13
- 5
-1
votes
1 answer
Microsoft Graph API Not Support MIME (Multipurpose Internet Mail Extensions) Standard for Send Email (POST Request)
**I have an application to send email one user to another through Microsoft Graph API integration.*
It's working find when we send email messages contained 7-bit ASCII characters. But it insufficient for non-ASCII text encoding (such as Unicode),…

Rajib Garai
- 446
- 4
- 9
-1
votes
1 answer
Using Python with Microsoft Graph to pull data from a email
So my question is can you use Python and/or Microsoft Graph to look into your outlook email and pull data out and put it into a excel document.
Here's what I'm trying to do, if there's anything way of doing it please feel free to let me know:
I want…

Jackie
- 1
- 2
-1
votes
1 answer
Getting 403 Forbidden on POST requests
Web application is able to successfully run GET requests but I am getting a 403 Forbidden error when I attempt to run a POST request.
Added 'Delegated - Mail.ReadWrite' permission in app registered in Azure Active Directory.
Using…

Brenda
- 1