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