EmailSendInput.From Property

Definition

The “From” field with sender name and email. Example: John Doe <john@example.com>

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

Property Value

Attributes

Applies to