Questions tagged [microsoft-graph-mail]

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.

484 questions
0
votes
1 answer

Microsoft Graph API to create shared mailbox

How to create shared mailbox from MS Graph API And how to convert user mailbox to shared mailbox? From existing create user POST query, I could just create user and not mailbox.
Manojkumar
  • 43
  • 6
0
votes
1 answer

can't find a way to list email replies

I am working on integration with Microsoft Graph and can't find a way to list all replies for specific email so the user can respond to it we have implemented this idea on Gmail API through the thread concept but in Microsoft Graph we found that…
Mohamed Samir
  • 367
  • 3
  • 9
0
votes
2 answers

How to create a reply using C# Microsoft.Graph?

I'm trying to reply an email on an outlook account. But when I try to create the reply (not send it, yet) I get the following exception: ServiceException: Code: RequestBroker--ParseUri Message: Resource not found for the segment…
0
votes
1 answer

Excel file Corrupted while uploading to OneDrive #MicrosoftGraph

I am trying to upload an excel file to OneDrive using Microsoft Graph API. The excel file is uploaded, but the problem is the file is corrupted in OneDrive. When I download the excel file and compare the file size with the original excel file, the…
0
votes
1 answer

Query specific user emails

Our goal here is to get the emails of the specific users within a specific received date time and lists only the following mail properties: from, toRecipients, ccRecipients, bccRecipients Here's the query that we…
0
votes
1 answer

Create new mail message with Microsoft Graph API

When using the MS Graph API to POST a Mail message, the message is created in DRAFT mode. Is there any way to create a new regular mail message which is not in DRAFT? In addition, is there any option to POST a new message using MIME format in the…
Uria W
  • 159
  • 1
  • 6
0
votes
1 answer

Microsoft Graph API - unterminated string literal Error when searching for emails which contain # in the subject

When i am searching for emails on office 365 in a batch query, i am getting a unterminated string literal error. This is happening only when i have a # character in the subject search query. Forum discussions like this…
0
votes
2 answers

What is the best way to develop and deploy office addin with Graph API to users in different organization?

I want to develop an Outlook Addin that can work on web and mobile application following the instruction to use OfficeJs, the addin can: work with my server to get information, then read, send email with attachment and move email. I known that I…
0
votes
1 answer

Microsoft Graph API - Change notification subscription to granular resources

Is it possible to subscribe to webhook change notification for granular resources or event ? e.g. to subscribe to resource type "Message" but only when it has attachments ? Is it possible to use with "fiter" or "search" parameters in the…
Uria W
  • 159
  • 1
  • 6
0
votes
3 answers

trying to get unread message count with Microsoft graph on multiple emails

I want to be able to get the number of unread emails for an specific name in my tenant. Something like: https://graph.microsoft.com/v1.0/me/mailFolders/Inbox/messages?$filter=isRead ne false&$count=true] but be able to change the me for an specific…
Reaven Smith
  • 349
  • 6
  • 17
0
votes
1 answer

Accessing a mailbox with the new Graph API how to estimate cost?

I have a need to read a dedicated mailbox and read new messages and its attachment. The preferred way to do this now, seems to be with the newer Graph API. This requires setting up an azure application. Ok, so forgive the newbie question, but how…
bitshift
  • 6,026
  • 11
  • 44
  • 108
0
votes
1 answer

Add warning message to mails using MS Graph API

How can I update mail to show a "warning" message that exists on a users' mailbox as like what you see when mail is moved to the "junk mail" folder using the Graph API? See attached screenshot. Obviously, I want this message to be customised with my…
Eran Levy
  • 154
  • 10
0
votes
1 answer

MSGraph message api attachment id is getting changed

I'm using the Microsoft msgraph api to sync messages from my office365 mailbox to my application. My use case is that I use to keep the metadata for messages in datastore and downloads the messages and attachments on demand. For some specific…
ZINDA ROBOT
  • 280
  • 2
  • 15
0
votes
0 answers

Not receiving Email Notifications

I don't receive Graph API notifications even though Subscription is created. I've added a subscription to watch changes on user mailbox. Webhook endpoint was correctly validated by Graph API with the token and subscription correctly created. var…
0
votes
0 answers

ErrorItemNotFound error for message resource, but found when OData filter applied

We're experiencing an issue with some of our users in which our HTTP requests to the Graph API are resulting in an ErrorItemNotFound error: { "error": { "code": "ErrorItemNotFound", "message": "The specified object was not found in the…
wulymammoth
  • 8,121
  • 4
  • 19
  • 19