GetUserOofSettingsResponse.AllowExternalOofSpecified Property
The AllowExternalOofSpecified property gets or sets a Boolean value that specifies whether the AllowExternalOof property is serialized into the SOAP message. This property is required if the AllowExternalOof property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AllowExternalOofSpecified As Boolean
Get
Set
'Usage
Dim instance As GetUserOofSettingsResponse
Dim value As Boolean
value = instance.AllowExternalOofSpecified
instance.AllowExternalOofSpecified = value
public bool AllowExternalOofSpecified { get; set; }
Property Value
Type: System.Boolean
The AllowExternalOofSpecified property returns true if the AllowExternalOof property is serialized into the SOAP message; otherwise, the property returns false.