Category "msgraph"

Need to create VSTO UserProperties with MS Graph

We have an add in that works with user properties set as Outlook.OlUserPropertyType.olInteger I have been asked to integrate that with MSGraph. According to thi

Get user's OneDrive ID using MSGraph Api

I'm trying to connect to the MSGraph API to get the user's drive ID but the server keeps saying There has been an error authenticating the request I've alread

Graph API to know when email is sent

I am currently sending emails via Graph API using the following code: var graphClient = GetAuthenticatedGraphClient(); var metadata = JsonSerializer.Deserialize