EmailReceiver.EmailAddress Property

Definition

Gets or sets the email address of this receiver.

[Newtonsoft.Json.JsonProperty(PropertyName="emailAddress")]
public string EmailAddress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="emailAddress")>]
member this.EmailAddress : string with get, set
Public Property EmailAddress As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to