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
-1
votes
1 answer

Unable to find value for employeeId

I am using microsoft graph api through the SDK in a C# application. But I am unable to see any values for employeeId field that is there in the beta version as shown below : Microsoft Graph API Explorer We are trying to filter the users based on a…
-2
votes
1 answer

Mapping ActiveSync messages to Graph ListMessages response

Is there any documented way to map a message response from Exchange Active Sync to message response from Microsoft Graph? Currently I'm writing some custom code and mapping them locally.
Samhith G B
  • 85
  • 1
  • 7
-2
votes
1 answer

Read outlook mails through MS 365 graph client without login form

I have to read Outlook emails from an inbox in a Windows Console Application. I am trying to use MS Graph Client for the same. Problem is I don't want to login to generate access token. How should I go about generating access token without a login…
Kanu Priya
  • 77
  • 1
  • 8
-3
votes
1 answer

Is it mandotory for client application to register with Azure AD to access Microsoft Graph API?

I am creating a application which can communicate with Ms Graph Api to access Office36 mails. For that do i need to mandatorily register my application with AZURE portal
vela
  • 147
  • 10
1 2 3
32
33