Table of Contents

MailboxItem.Export

Allows the app to export the user's mailbox items, on behalf of the 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.Export 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 - 58d3e7fa-3ce9-4a0c-9baa-0971f64709d9
DisplayText - Export a user's mailbox items
Description - Allows the app to export the user's mailbox items, on behalf of the 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: exportItemResponse

Property Type Description
changeKey String The version of the item.
data Stream Data that represents an item in a base64 encoded opaque stream.
error mailTipsError An error that occurs during an action.
itemId String The unique identifier of the item.