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.
Defines a user's out of office (OOF) status.
public enum class OofState
public enum OofState
Public Enum OofState
- Inheritance
-
OofState
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | OOF messages are disabled. |
Enabled | 1 | OOF messages are enabled. |
Scheduled | 2 | OOF messages will be sent as scheduled. |