共用方式為


GroupCreateParameters.MailEnabled Property

Definition

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 static bool MailEnabled { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mailEnabled")>]
static member MailEnabled : bool
Public Shared ReadOnly Property MailEnabled As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to