MapiCalendarBusyStatus Enumeration |
Enumerates the mapi calendar possible busy status
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum MapiCalendarBusyStatus
Public Enumeration MapiCalendarBusyStatus
public enum class MapiCalendarBusyStatus
type MapiCalendarBusyStatus
Members
| Member name | Value | Description |
---|
| Free | 0 |
The user is available.
|
| Tentative | 1 |
The user has a tentative event scheduled.
|
| Busy | 2 |
The user is busy.
|
| OutOfOffice | 3 |
The user is Out of Office (OOF).
|
See Also