MS Graph – List events (read) – Recurring events
I would like to ask you for an help related to the reading my callendar events from MS Exchange by MS Graph API.
Microsoft Graph API read email from not signed in user
I’m new to graph API and I’m looking for help in solving a problem I’ve run into. I have an app registered at Azure with given permission User.Read
and Mail.Read
and have tried following different tutorials for reading an users email. However, the mailbox I’m trying to access is not the mailbox of the signed in user as seem to be the assumption in the tutorials, but an external mail account. How can I grant access to the application to access the external email’s mailbox without it being the signed in user? Is this even possible? The external email is added as a member of the group the app belongs to in Azure.
Programmatically use delegated permission in Graphapi
As per MS Graphapi document, ChannelMessage.Send permission is available only for delegated and not available as application permission.
Programmatically use delegated permission in Graphapi
As per MS Graphapi document, ChannelMessage.Send permission is available only for delegated and not available as application permission.
Programmatically use delegated permission in Graphapi
As per MS Graphapi document, ChannelMessage.Send permission is available only for delegated and not available as application permission.
how can i get mails using graph API from my actual mail id
i want to get mails from my actual mail using GraphAPI
Unable to get all users from Microsoft Graph using Python SDK
I need to know user emails and id (so I can identify the user from the email).