SubmissionMailEntityProperties interface
Submission mail entity property bag.
- Extends
Properties
| network |
The network message id of email to which submission belongs |
| recipient | The recipient of the mail |
| report |
The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk. |
| sender | The sender of the mail |
| sender |
The sender's IP |
| subject | The subject of submission mail |
| submission |
The submission date |
| submission |
The submission id |
| submitter | The submitter |
| timestamp | The Time stamp when the message is received (Mail) |
Inherited Properties
| additional |
A bag of custom fields that should be part of the entity and will be presented to the user. |
| friendly |
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated. |
Property Details
networkMessageId
The network message id of email to which submission belongs
networkMessageId?: string
Property Value
string
recipient
The recipient of the mail
recipient?: string
Property Value
string
reportType
The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk.
reportType?: string
Property Value
string
sender
The sender of the mail
sender?: string
Property Value
string
senderIp
The sender's IP
senderIp?: string
Property Value
string
subject
The subject of submission mail
subject?: string
Property Value
string
submissionDate
The submission date
submissionDate?: Date
Property Value
Date
submissionId
The submission id
submissionId?: string
Property Value
string
submitter
The submitter
submitter?: string
Property Value
string
timestamp
The Time stamp when the message is received (Mail)
timestamp?: Date
Property Value
Date
Inherited Property Details
additionalData
A bag of custom fields that should be part of the entity and will be presented to the user.
additionalData?: Record<string, any>
Property Value
Record<string, any>
Inherited From EntityCommonProperties.additionalData
friendlyName
The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName