ClientAccessServer.OutlookAnywhereEnabled property
Gets a value that indicates whether RPC via HTTP is enabled.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property OutlookAnywhereEnabled As Nullable(Of Boolean)
Get
Friend Set
'Usage
Dim instance As ClientAccessServer
Dim value As Nullable(Of Boolean)
value = instance.OutlookAnywhereEnabled
public Nullable<bool> OutlookAnywhereEnabled { get; internal set; }
Property value
Type: System.Nullable<Boolean>
true if RPC over HTTP is enabled; otherwise, false. The property value can be a null reference (Nothing in Visual Basic).