MailMessageEntityProperties interface

Mail message entity property bag.

Extends

Properties

antispamDirection

The directionality of this mail message

bodyFingerprintBin1

The bodyFingerprintBin1

bodyFingerprintBin2

The bodyFingerprintBin2

bodyFingerprintBin3

The bodyFingerprintBin3

bodyFingerprintBin4

The bodyFingerprintBin4

bodyFingerprintBin5

The bodyFingerprintBin5

deliveryAction

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

deliveryLocation

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

fileEntityIds

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.

internetMessageId

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

language

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

networkMessageId

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

p1Sender

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

p1SenderDisplayName

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

p1SenderDomain

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

p2Sender

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

p2SenderDisplayName

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

p2SenderDomain

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

receiveDate

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

recipient

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.

senderIP

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

subject

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

threatDetectionMethods

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

threats

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

urls

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

Inherited Properties

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.

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.

Property Details

antispamDirection

The directionality of this mail message

antispamDirection?: string

Property Value

string

bodyFingerprintBin1

The bodyFingerprintBin1

bodyFingerprintBin1?: number

Property Value

number

bodyFingerprintBin2

The bodyFingerprintBin2

bodyFingerprintBin2?: number

Property Value

number

bodyFingerprintBin3

The bodyFingerprintBin3

bodyFingerprintBin3?: number

Property Value

number

bodyFingerprintBin4

The bodyFingerprintBin4

bodyFingerprintBin4?: number

Property Value

number

bodyFingerprintBin5

The bodyFingerprintBin5

bodyFingerprintBin5?: number

Property Value

number

deliveryAction

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

deliveryAction?: DeliveryAction

Property Value

deliveryLocation

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

deliveryLocation?: DeliveryLocation

Property Value

fileEntityIds

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.

fileEntityIds?: string[]

Property Value

string[]

internetMessageId

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

internetMessageId?: string

Property Value

string

language

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

language?: string

Property Value

string

networkMessageId

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

networkMessageId?: string

Property Value

string

p1Sender

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

p1Sender?: string

Property Value

string

p1SenderDisplayName

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

p1SenderDisplayName?: string

Property Value

string

p1SenderDomain

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

p1SenderDomain?: string

Property Value

string

p2Sender

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

p2Sender?: string

Property Value

string

p2SenderDisplayName

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

p2SenderDisplayName?: string

Property Value

string

p2SenderDomain

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

p2SenderDomain?: string

Property Value

string

receiveDate

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

receiveDate?: Date

Property Value

Date

recipient

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.

recipient?: string

Property Value

string

senderIP

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

senderIP?: string

Property Value

string

subject

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

subject?: string

Property Value

string

threatDetectionMethods

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

threatDetectionMethods?: string[]

Property Value

string[]

threats

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

threats?: string[]

Property Value

string[]

urls

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

urls?: string[]

Property Value

string[]

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