Redigera

Dela via


emailSender resource type

Namespace: microsoft.graph.security

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.

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