Microsoft Graph · Schema
emailSettings
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| senderDomain | string | Specifies the domain that should be used when sending email notifications. This domain must be verified in order to be used. We recommend that you use a domain that has the appropriate DNS records to |
| useCompanyBranding | boolean | Specifies if the organization’s banner logo should be included in email notifications. The banner logo will replace the Microsoft logo at the top of the email notification. If true the banner logo wil |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.emailSettings",
"title": "emailSettings",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"senderDomain": {
"type": "string",
"description": "Specifies the domain that should be used when sending email notifications. This domain must be verified in order to be used. We recommend that you use a domain that has the appropriate DNS records to facilitate email validation, like SPF, DKIM, DMARC, and MX, because this then complies with the RFC compliance for sending and receiving email. For details, see Learn more about Exchange Online Email Routing."
},
"useCompanyBranding": {
"type": "boolean",
"description": "Specifies if the organization\u2019s banner logo should be included in email notifications. The banner logo will replace the Microsoft logo at the top of the email notification. If true the banner logo will be taken from the tenant\u2019s branding settings. This value can only be set to true if the organizationalBranding bannerLogo property is set."
},
"@odata.type": {
"type": "string"
}
}
}