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.

  • MailDeltaFetch — Combines Microsoft Graph delta tracking with full message retrieval.

  • 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).

Last updated

Was this helpful?