ExternalAudience Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ExternalAudience enumeration determines to whom external Out of Office (OOF) messages are sent.
public enum class ExternalAudience
public enum ExternalAudience
Public Enum ExternalAudience
- Inheritance
-
ExternalAudience
Fields
Name | Value | Description |
---|---|---|
None | 0 | 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 | 1 | 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 | 2 | 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.