GetUserOofSettingsResponse.AllowExternalOof Property
The AllowExternalOof property gets or sets a value that indicates to whom external out of office (OOF) messages are sent.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property AllowExternalOof As ExternalAudience
Get
Set
'Usage
Dim instance As GetUserOofSettingsResponse
Dim value As ExternalAudience
value = instance.AllowExternalOof
instance.AllowExternalOof = value
public ExternalAudience AllowExternalOof { get; set; }
Property Value
Type: ExchangeWebServices.ExternalAudience
The AllowExternalOof property returns one of the ExternalAudience enumeration values that indicate to whom external out of office (OOF) messages are sent.