MailboxSettings.ReadWrite
Allows the app to create, read, update, and delete user's mailbox settings. Does not include permission to send mail.
Administrators can configure application access policy to limit app access to specific mailboxes and not to all the mailboxes in the organization, even if the app has been granted the MailboxSettings.ReadWrite application permission.
MailboxSettings.ReadWrite is valid valid for both Microsoft accounts and work or school accounts.
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
MailboxSettings.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 | 6931bccd-447a-43d1-b442-00a195474933 | 818c620a-27a9-40bd-a6a5-d96f7d610b4b |
DisplayText | Read and write all user mailbox settings | Read and write user mailbox settings |
Description | Allows the app to create, read, update, and delete user's mailbox settings without a signed-in user. Does not include permission to send mail. | Allows the app to create, read, update, and delete user's mailbox settings. Does not include permission to send mail. |
AdminConsentRequired | Yes | No |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
Methods | |
---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- automaticRepliesSetting
- customTimeZone
- localeInfo
- mailboxSettings
- messageRule
- messageRuleActions
- messageRulePredicates
- outlookCategory
- workingHours
Graph reference: automaticRepliesSetting
Property | Type | Description |
---|---|---|
externalAudience | externalAudienceScope | The set of audience external to the signed-in user's organization who will receive the ExternalReplyMessage, if Status is AlwaysEnabled or Scheduled . The possible values are: none , contactsOnly , all . |
externalReplyMessage | string | The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled . |
internalReplyMessage | string | The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled . |
scheduledEndDateTime | dateTimeTimeZone | The date and time that automatic replies are set to end, if Status is set to Scheduled . |
scheduledStartDateTime | dateTimeTimeZone | The date and time that automatic replies are set to begin, if Status is set to Scheduled . |
status | automaticRepliesStatus | Configurations status for automatic replies. The possible values are: disabled , alwaysEnabled , scheduled . |