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.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.
Represents the sender details of an email.
Properties
Property | Type | Description |
---|---|---|
displayName | String | Display name of sender from address. |
domainCreationDateTime | DateTimeOffset | Date and time of creation of the sender domain. |
domainName | String | Registered name of the domain. |
domainOwner | String | Owner of the domain. |
fromAddress | String | The sender email address in the mail From header, also known as the envelope sender or the P1 sender. |
ipv4 | String | The IPv4 address of the last detected mail server that relayed the message. |
location | String | Location of the domain. |
mailFromAddress | String | The sender email address in the From header, which is visible to email recipients on their email clients. Also known as P2 sender. |
mailFromDomainName | String | Domain name of sender mail from address. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.analyzedEmailSenderDetail",
"mailFromAddress": "String",
"fromAddress": "String",
"ipv4": "String",
"displayName": "String",
"domainName": "String",
"domainCreationDateTime": "String (timestamp)",
"domainOwner": "String",
"mailFromDomainName": "String",
"location": "String"
}