MicrosoftGraphGroup.MailEnabled Property

Definition

Specifies whether the group is mail-enabled. Returned by default. Supports $filter (eq, ne, NOT).

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)]
public bool? MailEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Origin(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.PropertyOrigin.Owned)>]
member this.MailEnabled : Nullable<bool> with get, set
Public Property MailEnabled As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to