Table of Contents

MailboxItem.ReadWrite

Allows the app to read, write, and delete the user's mailbox items, on behalf of the signed-in user.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the MailboxItem.ReadWrite permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier - ec1ade38-5268-4bc8-87fa-b230e42f7a88
DisplayText - Read and write your mailbox items
Description - Allows the app to read, write, and delete the user's mailbox items, on behalf of the signed-in user.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: mailboxFolder

Property Type Description
childFolderCount Int32 The number of immediate child folders in the current folder.
displayName String The display name of the folder.
id String The unique identifier for the folder.
parentFolderId String The unique identifier for the parent folder of this folder.
totalItemCount Int32 The number of items in the folder.
type String Describes the folder class type.