ExternalAudience Enum

Definition

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

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.

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.

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.

Remarks

This enumeration is used by the ExternalAudience property of the UserOofSettings object and the AllowExternalOof property of the GetUserOofSettingsResponse object.

Applies to