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
<FlagsAttribute>
Public Enumeration MapiCalendarOverrideFlags
[FlagsAttribute]
public enum class MapiCalendarOverrideFlags
[<FlagsAttribute>]
type MapiCalendarOverrideFlags
Members
| Member name | Value | Description |
---|
| Subject | 1 |
Indicates that the Subject, SubjectLength, and SubjectLength2 fields are present.
|
| MeetingType | 2 |
Indicates that the MeetingType field is present.
|
| ReminderDelta | 4 |
Indicates that the ReminderDelta field is present.
|
| Reminder | 8 |
Indicates that the ReminderSet field is present.
|
| Location | 16 |
Indicates that the Location, LocationLength, and LocationLength2 fields are present.
|
| BusyStatus | 32 |
Indicates that the BusyStatus field is present.
|
| Attachment | 64 |
Indicates that the attachment field is present.
|
| Subtype | 128 |
Indicates that the SubType field is present.
|
| AppointmentColor | 256 |
Reserved for future use and MUST NOT be set.
|
| ExceptionalBody | 512 |
Indicates that the Exception Embedded Message object has the PidTagRtfCompressed property set on it.
|
See Also