SubmissionMailEntityProperties interface
Submission mail entity property bag.
- Extends
Properties
network |
The network message id of email to which submission belongs NOTE: This property will not be serialized. It can only be populated by the server. |
recipient | The recipient of the mail NOTE: This property will not be serialized. It can only be populated by the server. |
report |
The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk. NOTE: This property will not be serialized. It can only be populated by the server. |
sender | The sender of the mail NOTE: This property will not be serialized. It can only be populated by the server. |
sender |
The sender's IP NOTE: This property will not be serialized. It can only be populated by the server. |
subject | The subject of submission mail NOTE: This property will not be serialized. It can only be populated by the server. |
submission |
The submission date NOTE: This property will not be serialized. It can only be populated by the server. |
submission |
The submission id NOTE: This property will not be serialized. It can only be populated by the server. |
submitter | The submitter NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp | The Time stamp when the message is received (Mail) NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
additional |
A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
networkMessageId
The network message id of email to which submission belongs NOTE: This property will not be serialized. It can only be populated by the server.
networkMessageId?: string
Property Value
string
recipient
The recipient of the mail NOTE: This property will not be serialized. It can only be populated by the server.
recipient?: string
Property Value
string
reportType
The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk. NOTE: This property will not be serialized. It can only be populated by the server.
reportType?: string
Property Value
string
sender
The sender of the mail NOTE: This property will not be serialized. It can only be populated by the server.
sender?: string
Property Value
string
senderIp
The sender's IP NOTE: This property will not be serialized. It can only be populated by the server.
senderIp?: string
Property Value
string
subject
The subject of submission mail NOTE: This property will not be serialized. It can only be populated by the server.
subject?: string
Property Value
string
submissionDate
The submission date NOTE: This property will not be serialized. It can only be populated by the server.
submissionDate?: Date
Property Value
Date
submissionId
The submission id NOTE: This property will not be serialized. It can only be populated by the server.
submissionId?: string
Property Value
string
submitter
The submitter NOTE: This property will not be serialized. It can only be populated by the server.
submitter?: string
Property Value
string
timestamp
The Time stamp when the message is received (Mail) NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
additionalData?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
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. NOTE: This property will not be serialized. It can only be populated by the server.
friendlyName?: string
Property Value
string
Inherited From EntityCommonProperties.friendlyName
Azure SDK for JavaScript