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