Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the email notification configuration for an ownerlessGroupPolicy. Contains the sender, subject, and body of the notification email sent to group members.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
| body | String | The body content of the notification email in plain text format. |
| senderEmailAddress | String | The email address of the sender for notification emails. Shared mailboxes aren't supported. |
| subject | String | The subject line of the notification email. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.emailDetails",
"senderEmailAddress": "String",
"subject": "String",
"body": "String"
}