| title | emailSender resource type |
|---|---|
| description | Email sender common properties. |
| ms.date | 09/09/2021 |
| author | BenAlfasi |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Email sender common properties.
| Property | Type | Description |
|---|---|---|
| displayName | String | The name of the sender. |
| domainName | String | Sender domain. |
| emailAddress | String | Sender email address. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.emailSender",
"emailAddress": "String",
"displayName": "String",
"domainName": "String"
}