ExternalAudience Enumeration
The ExternalAudience enumeration determines to whom external Out of Office (OOF) messages are sent.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration ExternalAudience
'Usage
Dim instance As ExternalAudience
[SerializableAttribute]
public enum ExternalAudience
Members
Member name | Description | |
---|---|---|
None | Specifies that e-mail senders outside the mailbox user's organization who send messages to the user will not receive an external OOF message response. | |
Known | Specifies that e-mail senders outside the mailbox user's organization who send messages to the user will only receive an external OOF message response if the sender is in the user's Exchange store contact list. | |
All | Specifies that e-mail senders outside the mailbox user's organization who send messages to the user will receive an external OOF message response. |
Remarks
This enumeration is used by the ExternalAudience property of the UserOofSettings object and the AllowExternalOof property of the GetUserOofSettingsResponse object.