OofExternalAudience 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.
Defines the external audience for out of office (OOF) notifications.
public enum class OofExternalAudience
public enum OofExternalAudience
Public Enum OofExternalAudience
- Inheritance
-
OofExternalAudience
Fields
Name | Value | Description |
---|---|---|
None | 0 | No external correspondents should receive OOF notifications. |
Known | 1 | Only correspondents that are in the user's Contacts folder should receive OOF notifications. |
All | 2 | All correspondents should receive OOF notifications. |