MapiCalendarState Enumeration |
Enumerates the appointment state
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax [FlagsAttribute]
public enum MapiCalendarState
<FlagsAttribute>
Public Enumeration MapiCalendarState
[FlagsAttribute]
public enum class MapiCalendarState
[<FlagsAttribute>]
type MapiCalendarState
Members
| Member name | Value | Description |
---|
| Meeting | 1 |
Indicates that the represented calendar object is a Meeting object
|
| Received | 2 |
Indicates that the represented calendar object was received from someone else
|
| Canceled | 4 |
Indicates that the Meeting object has been canceled.
|
See Also