Implementation of the Microsoft Graph API v1.
Read
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.
MailFolderList — List folders.
MailMove — Move a message to a target folder.
Send
MailSend — Send a new email.
MailCreateDraft — Create a draft message.
MailSendDraft — Send an existing draft.
MailReply — Reply to the sender.
MailReplyAll — Reply to all original recipients.
MailForward — Forward a message to new recipients.
MailAttachmentList — List attachments on a message.
MailAttachmentGet — Get a specific attachment.
MailAttachmentAdd — Add a small file attachment.
MailAttachmentDelete — Delete an attachment from a message.
MailAttachmentUploadLarge — Create an upload session for large attachments.
Search
MailSearch — Full-text search using AQS.
MailDelta — Track changes with delta queries.
Presets
Last updated
Was this helpful?