Click or drag to resize

MapiCalendarOverrideFlags Enumeration

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

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[FlagsAttribute]
public enum MapiCalendarOverrideFlags
Members
  Member nameValueDescription
Subject1 Indicates that the Subject, SubjectLength, and SubjectLength2 fields are present.
MeetingType2 Indicates that the MeetingType field is present.
ReminderDelta4 Indicates that the ReminderDelta field is present.
Reminder8 Indicates that the ReminderSet field is present.
Location16 Indicates that the Location, LocationLength, and LocationLength2 fields are present.
BusyStatus32 Indicates that the BusyStatus field is present.
Attachment64 Indicates that the attachment field is present.
Subtype128 Indicates that the SubType field is present.
AppointmentColor256 Reserved for future use and MUST NOT be set.
ExceptionalBody512 Indicates that the Exception Embedded Message object has the PidTagRtfCompressed property set on it.
See Also