Enum MapiCalendarOverrideFlags

MapiCalendarOverrideFlags enumeration

Specifies what data in the MapiCalendarOverrideFlags structure has a value different from the recurring series.

[Flags]
public enum MapiCalendarOverrideFlags

Values

NameValueDescription
Subject1Indicates that the Subject, SubjectLength, and SubjectLength2 fields are present.
MeetingType2Indicates that the MeetingType field is present.
ReminderDelta4Indicates that the ReminderDelta field is present.
Reminder8Indicates that the ReminderSet field is present.
Location10Indicates that the Location, LocationLength, and LocationLength2 fields are present.
BusyStatus20Indicates that the BusyStatus field is present.
Attachment40Indicates that the attachment field is present.
Subtype80Indicates that the SubType field is present.
AppointmentColor100Reserved for future use and MUST NOT be set.
ExceptionalBody200Indicates that the Exception Embedded Message object has the PidTagRtfCompressed property set on it.

See Also