Email.Importance Property

Definition

Importance of the email (High, Normal, or Low)

[System.Text.Json.Serialization.JsonPropertyName("Importance")]
public Azure.Connectors.Sdk.Smtp.Models.Importance? Importance { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Importance")>]
member this.Importance : Nullable<Azure.Connectors.Sdk.Smtp.Models.Importance> with get, set
Public Property Importance As Nullable(Of Importance)

Property Value

Attributes

Applies to