Table of Contents

Enum AppointmentStateFlags

Namespace
Encryptomatic.MailDex.Lib.Messaging.Calendar
Assembly
MailDex.Lib.dll
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.