OlBusyStatus Enumeration
Indicates a user's availability.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlBusyStatus
'Usage
Dim instance As OlBusyStatus
public enum OlBusyStatus
Members
Member name | Description | |
---|---|---|
olFree | The user is available. | |
olTentative | The user has a tentative appointment scheduled. | |
olBusy | The user is busy. | |
olOutOfOffice | The user is out of office. |
Remarks
The user's availability is based on scheduled appointments. See BusyStatus property.