Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MailMessageEntity

Package version

Represents a mail message entity.

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 id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 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.

kind

kind: "MailMessage"

Polymorphic discriminator, which specifies the different types this object can be

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 name

name: undefined | string

The name of the resource 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 systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. 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 type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" 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