Delen via


MicrosoftGraphUser.Mail Property

Definition

The SMTP address for the user, for example, admin@contoso.com. Changes to this property will also update the user's proxyAddresses collection to include the value as an SMTP address. While this property can contain accent characters, using them can cause access issues with other Microsoft applications for the user. Supports $filter (eq, ne, NOT, ge, le, in, startsWith, endsWith).

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.FormatTable(Index=2)]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)]
public string Mail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.FormatTable(Index=2)>]
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)>]
member this.Mail : string with get, set
Public Property Mail As String

Property Value

Implements

Attributes

Applies to