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