次の方法で共有


GroupCreateParameters.MailEnabled プロパティ

定義

グループがメール対応かどうか。 false のみ有効です。 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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象