Enum AppointmentStateFlags
- Namespace
- Encryptomatic.MailDex.Lib.Messaging.Calendar
- Assembly
- MailDex.Lib.dll
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidappointmentstateflags-canonical-property Specifies a bit field that describes the state of the object.
public enum AppointmentStateFlags
Fields
Canceled = 4
This flag indicates that the meeting object represented by the object has been canceled.
Meeting = 1
This flag indicates that the object is a meeting object or a meeting-related object.
MeetingReceived = 3
Combination of previous 2.
Received = 2
This flag indicates that the represented object was received from someone else.