MSIntendedStatus Enumeration |
Specifies the INTENDED status of an appointment.
Namespace:
Aspose.Email.Calendar
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum MSIntendedStatus
Public Enumeration MSIntendedStatus
public enum class MSIntendedStatus
Members
| Member name | Value | Description |
---|
| NotDefined | -1 |
Property is not set
|
| Free | 0 |
Free
|
| Tentative | 1 |
Tentative
|
| Busy | 2 |
Busy
|
| Oof | 3 |
Out of office
|
See Also