Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph.security
Email sender common properties.
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | The name of the sender. |
| domainName | String | Sender domain. |
| emailAddress | String | Sender email address. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.emailSender",
"emailAddress": "String",
"displayName": "String",
"domainName": "String"
}