Condividi tramite


ADGroupInner.MailEnabled Property

Definition

Gets or sets whether the group is mail-enabled. Must be false. This is because only pure security groups can be created using the Graph API.

[Newtonsoft.Json.JsonProperty(PropertyName="mailEnabled")]
public bool? MailEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mailEnabled")>]
member this.MailEnabled : Nullable<bool> with get, set
Public Property MailEnabled As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to