Graph API
Implementation of the Microsoft Graph API v1.
Currently implemented endpoints
UserMe — Get the signed-in user's basic profile information.
MailList — List emails with optional filters, sorting, and paging.
MailGet — Get a single email by id.
MailMarkRead — Mark a message as read.
MailMarkUnread — Mark a message as unread.
MailMove — Move a message to a target folder.
MailFolderList — List folders (top-level or children of a folder).
MailSend — Send a new email.
MailReply — Reply to the sender.
MailReplyAll — Reply to all original recipients.
MailForward — Forward a message to new recipients.
MailCreateDraft — Create a draft message.
MailSendDraft — Send an existing draft.
MailAttachmentAdd — Add a small file attachment.
MailAttachmentDelete — Delete an attachment from a message.
MailAttachmentGet — Get a specific attachment.
MailAttachmentList — List attachments on a message.
MailAttachmentUploadLarge — Create an upload session for large attachments.
MailSearch — Full-text search using AQS.
MailDelta — Track changes with delta queries.
Last updated
Was this helpful?