Share via


UserInner.Mail Property

Definition

Gets or sets the primary email address of the user.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to