User.Email Property

Definition

The SMTP/email address for the user, for example, "jeff@contoso.onmicrosoft.com". Read-Only.

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

Property Value

Attributes

Applies to