OlBusyStatus enumeration (Outlook)
Indicates a user's availability.
Name | Value | Description |
---|---|---|
olBusy | 2 | The user is busy. |
olFree | 0 | The user is available. |
olOutOfOffice | 3 | The user is out of office. |
olTentative | 1 | The user has a tentative appointment scheduled. |
olWorkingElsewhere | 4 | The user is working in a location away from the office. |
Remarks
The user's availability is based on scheduled appointments. See AppointmentItem.BusyStatus property (Outlook).
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.