| title | emailDetails resource type |
|---|---|
| description | Represents the email notification configuration for an ownerless group policy. |
| author | Ananya-Sharma |
| ms.date | 02/12/2026 |
| ms.localizationpriority | medium |
| ms.subservice | exchange |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the email notification configuration for an ownerlessGroupPolicy. Contains the sender, subject, and body of the notification email sent to group members.
None.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.emailDetails",
"senderEmailAddress": "String",
"subject": "String",
"body": "String"
}