Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MailMessageEntityProperties

Package version

Mail message 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 antispamDirection

antispamDirection: AntispamMailDirection

The directionality of this mail message

Optional bodyFingerprintBin1

bodyFingerprintBin1: undefined | number

The bodyFingerprintBin1

Optional bodyFingerprintBin2

bodyFingerprintBin2: undefined | number

The bodyFingerprintBin2

Optional bodyFingerprintBin3

bodyFingerprintBin3: undefined | number

The bodyFingerprintBin3

Optional bodyFingerprintBin4

bodyFingerprintBin4: undefined | number

The bodyFingerprintBin4

Optional bodyFingerprintBin5

bodyFingerprintBin5: undefined | number

The bodyFingerprintBin5

Optional deliveryAction

deliveryAction: DeliveryAction

The delivery action of this mail message like Delivered, Blocked, Replaced etc

Optional deliveryLocation

deliveryLocation: DeliveryLocation

The delivery location of this mail message like Inbox, JunkFolder etc

Optional fileEntityIds

fileEntityIds: string[]

The File entity ids of this mail message's attachments 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 internetMessageId

internetMessageId: undefined | string

The internet message id of this mail message NOTE: This property will not be serialized. It can only be populated by the server.

Optional language

language: undefined | string

The language of this mail message 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 this mail message NOTE: This property will not be serialized. It can only be populated by the server.

Optional p1Sender

p1Sender: undefined | string

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

Optional p1SenderDisplayName

p1SenderDisplayName: undefined | string

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

Optional p1SenderDomain

p1SenderDomain: undefined | string

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

Optional p2Sender

p2Sender: undefined | string

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

Optional p2SenderDisplayName

p2SenderDisplayName: undefined | string

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

Optional p2SenderDomain

p2SenderDomain: undefined | string

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

Optional receiveDate

receiveDate: Date

The receive date of this message NOTE: This property will not be serialized. It can only be populated by the server.

Optional recipient

recipient: undefined | string

The recipient of this mail message. Note that in case of multiple recipients the mail message is forked and each copy has one recipient NOTE: This property will not be serialized. It can only be populated by the server.

Optional senderIP

senderIP: undefined | string

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

Optional subject

subject: undefined | string

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

Optional threatDetectionMethods

threatDetectionMethods: string[]

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

Optional threats

threats: string[]

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

Optional urls

urls: string[]

The Urls contained in this mail message NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc