SecurityInsightsMailMessageEntity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a mail message entity.
public class SecurityInsightsMailMessageEntity : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity
public class SecurityInsightsMailMessageEntity : Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsMailMessageEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsMailMessageEntity>
type SecurityInsightsMailMessageEntity = class
inherit SecurityInsightsEntity
type SecurityInsightsMailMessageEntity = class
inherit SecurityInsightsEntity
interface IJsonModel<SecurityInsightsMailMessageEntity>
interface IPersistableModel<SecurityInsightsMailMessageEntity>
Public Class SecurityInsightsMailMessageEntity
Inherits SecurityInsightsEntity
Public Class SecurityInsightsMailMessageEntity
Inherits SecurityInsightsEntity
Implements IJsonModel(Of SecurityInsightsMailMessageEntity), IPersistableModel(Of SecurityInsightsMailMessageEntity)
- Inheritance
- Implements
Constructors
SecurityInsightsMailMessageEntity() |
Initializes a new instance of SecurityInsightsMailMessageEntity. |
Properties
AdditionalData |
A bag of custom fields that should be part of the entity and will be presented to the user. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
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. |
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. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InternetMessageId |
The internet message id of this mail message. |
Language |
The language of this mail message. |
Name |
The name of the resource. (Inherited from ResourceData) |
NetworkMessageId |
The network message id of this mail message. |
P1Sender |
The p1 sender's email address. |
P1SenderDisplayName |
The p1 sender's display name. |
P1SenderDomain |
The p1 sender's domain. |
P2Sender |
The p2 sender's email address. |
P2SenderDisplayName |
The p2 sender's display name. |
P2SenderDomain |
The p2 sender's domain. |
ReceiveOn |
The receive date of this message. |
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. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SenderIP |
The sender's IP address. |
Subject |
The subject of this mail message. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
ThreatDetectionMethods |
The threat detection methods. |
Threats |
The threats of this mail message. |
Uris |
The Urls contained in this mail message. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET