OofState 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 OofState enumeration specifies whether Out of Office (OOF) is enabled for a user's mailbox.
public enum class OofState
public enum OofState
Public Enum OofState
- Inheritance
-
OofState
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | OOF is disabled for the mailbox. |
Enabled | 1 | OOF is enabled for the mailbox. |
Scheduled | 2 | OOF is enabled for a specified time span. |