Share via


ISubmissionMailEntityProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SubmissionMailEntityPropertiesTypeConverter))]
public interface ISubmissionMailEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.SubmissionMailEntityPropertiesTypeConverter))>]
type ISubmissionMailEntityProperties = interface
    interface IJsonSerializable
    interface IEntityCommonProperties
Public Interface ISubmissionMailEntityProperties
Implements IEntityCommonProperties
Derived
Attributes
Implements

Properties

AdditionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

(Inherited from IEntityCommonProperties)
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.

(Inherited from IEntityCommonProperties)
NetworkMessageId

The network message id of email to which submission belongs

Recipient

The recipient of the mail

ReportType

The submission type for the given instance. This maps to Junk, Phish, Malware or NotJunk.

Sender

The sender of the mail

SenderIP

The sender's IP

Subject

The subject of submission mail

SubmissionDate

The submission date

SubmissionId

The submission id

Submitter

The submitter

Timestamp

The Time stamp when the message is received (Mail)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to