Excluded Mailbox Folders

The /ExclusionSettings resource collection represents mailbox folders excluded from backup jobs.

Get Excluded Folders

Returns a list of the excluded mailbox folders.

SecurityBearer
Responses
200

OK

default

Operation failure response.

get/v8/ExclusionSettings
Request samples
Response samples
application/json
{
  • "_links": {
    },
  • "deletedItems": "true",
  • "drafts": "true",
  • "junkEmail": "true",
  • "outbox": "false",
  • "syncIssues": "true",
  • "litigationHold": "false",
  • "inPlaceHold": "false"
}

Edit Excluded Folders List

Modifies a list of the excluded mailbox folders.

x-codegen-request-body-name: backupExclusions
SecurityBearer
Request
Request Body schema: application/json
required
deletedItems
boolean or null

Defines whether backup jobs exclude the Deleted Items mailbox folder from processing.

drafts
boolean or null

Defines whether backup jobs exclude the Drafts mailbox folder from processing.

junkEmail
boolean or null

Defines whether backup jobs exclude the Junk Email mailbox folder from processing.

outbox
boolean or null

Defines whether backup jobs exclude the Outbox mailbox folder from processing.

syncIssues
boolean or null

Defines whether backup jobs exclude the Sync Issues mailbox folder from processing.

litigationHold
boolean or null

Defines whether backup jobs exclude the preserved items of mailboxes placed on Litigation Hold from processing.

inPlaceHold
boolean or null

Defines whether backup jobs exclude the preserved items of mailboxes placed on In-Place Hold from processing.

Responses
204

No Content

default

Operation failure response.

put/v8/ExclusionSettings
Request samples
application/json
{
  • "deletedItems": "true",
  • "drafts": "false",
  • "junkEmail": "true",
  • "outbox": "false",
  • "syncIssues": "true",
  • "litigationHold": "false",
  • "inPlaceHold": "false"
}
Response samples
application/json
{
  • "message": "string",
  • "errorCode": "ProxyOffline",
  • "stackTrace": "string"
}

Document updated 2026-09-14

Page content applies to build 8.6.0.1102