ADRecipient.EwsAllowEntourage Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property EwsAllowEntourage As Nullable(Of Boolean)
Get
'Usage
Dim instance As ADRecipient
Dim value As Nullable(Of Boolean)
value = instance.EwsAllowEntourage
public Nullable<bool> EwsAllowEntourage { get; }
Property Value
Type: System.Nullable<Boolean>