SubmissionMailEntity interface

Represents a submission mail entity.

Extends

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.

kind

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

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.

recipient

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

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.

sender

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

senderIp

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.

submissionDate

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

submissionId

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

id

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.

name

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

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.

type

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.

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>}

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

kind

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

kind: "SubmissionMail"

Property Value

"SubmissionMail"

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

id

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.

id?: string

Property Value

string

Inherited From Entity.id

name

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

name?: string

Property Value

string

Inherited From Entity.name

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.

systemData?: SystemData

Property Value

Inherited From Entity.systemData

type

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.

type?: string

Property Value

string

Inherited From Entity.type