Modifica

Condividi tramite


emailDetails resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}