次の方法で共有


ADGroupInner.MailEnabled プロパティ

定義

グループがメール対応かどうかを取得または設定します。 false のみ有効です。 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象