Share via


CommunicationDetails.Sender Property

Definition

Gets or sets email address of the sender. This property is required if called by a service principal.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to