Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubmissionMailEntityProperties

Package version

Submission mail entity property bag.

Hierarchy

Index

Properties

Optional additionalData

additionalData: undefined | {}

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.

Optional friendlyName

friendlyName: undefined | string

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.

Optional networkMessageId

networkMessageId: undefined | string

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.

Optional recipient

recipient: undefined | string

The recipient of the mail NOTE: This property will not be serialized. It can only be populated by the server.

Optional reportType

reportType: undefined | string

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.

Optional sender

sender: undefined | string

The sender of the mail NOTE: This property will not be serialized. It can only be populated by the server.

Optional senderIp

senderIp: undefined | string

The sender's IP NOTE: This property will not be serialized. It can only be populated by the server.

Optional subject

subject: undefined | string

The subject of submission mail NOTE: This property will not be serialized. It can only be populated by the server.

Optional submissionDate

submissionDate: Date

The submission date NOTE: This property will not be serialized. It can only be populated by the server.

Optional submissionId

submissionId: undefined | string

The submission id NOTE: This property will not be serialized. It can only be populated by the server.

Optional submitter

submitter: undefined | string

The submitter NOTE: This property will not be serialized. It can only be populated by the server.

Optional timestamp

timestamp: Date

The Time stamp when the message is received (Mail) NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc