OlBusyStatus 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.
Indicates a user's availability.
public enum class OlBusyStatus
public enum OlBusyStatus
Public Enum OlBusyStatus
- Inheritance
-
OlBusyStatus
Fields
Name | Value | Description |
---|---|---|
olFree | 0 | The user is available. |
olTentative | 1 | The user has a tentative appointment scheduled. |
olBusy | 2 | The user is busy. |
olOutOfOffice | 3 | The user is out of office. |
olWorkingElsewhere | 4 | The user is working in a location away from the office. |
Remarks
The user's availability is based on scheduled appointments. See BusyStatus property.