analyzedEmailSenderDetail 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.
Represents the sender details of an email.
Properties
Property | Type | Description |
---|---|---|
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. |
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.analyzedEmailSenderDetail",
"mailFromAddress": "String",
"fromAddress": "String",
"ipv4": "String"
}