Message.Subject Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("subject")]
[System.Text.Json.Serialization.JsonPropertyOrder(6)]
public string? Subject { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("subject")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(6)>]
member this.Subject : string with get, set
Public Property Subject As String

Property Value

Attributes

Applies to