com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiCalendarOverrideFlags

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.email.MapiCalendarOverrideFlags


  • public final class MapiCalendarOverrideFlags
    extends com.aspose.ms.System.Enum

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

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int AppointmentColor
      Reserved for future use and MUST NOT be set.
      static int Attachment
      Indicates that the attachment field is present.
      static int BusyStatus
      Indicates that the BusyStatus field is present.
      static int ExceptionalBody
      Indicates that the Exception Embedded Message object has the PidTagRtfCompressed property set on it.
      static int Location
      Indicates that the Location, LocationLength, and LocationLength2 fields are present.
      static int MeetingType
      Indicates that the MeetingType field is present.
      static int Reminder
      Indicates that the ReminderSet field is present.
      static int ReminderDelta
      Indicates that the ReminderDelta field is present.
      static int Subject
      Indicates that the Subject, SubjectLength, and SubjectLength2 fields are present.
      static int Subtype
      Indicates that the SubType field is present.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Subject

        public static final int Subject

        Indicates that the Subject, SubjectLength, and SubjectLength2 fields are present.

        See Also:
        Constant Field Values
      • MeetingType

        public static final int MeetingType

        Indicates that the MeetingType field is present.

        See Also:
        Constant Field Values
      • ReminderDelta

        public static final int ReminderDelta

        Indicates that the ReminderDelta field is present.

        See Also:
        Constant Field Values
      • Reminder

        public static final int Reminder

        Indicates that the ReminderSet field is present.

        See Also:
        Constant Field Values
      • Location

        public static final int Location

        Indicates that the Location, LocationLength, and LocationLength2 fields are present.

        See Also:
        Constant Field Values
      • BusyStatus

        public static final int BusyStatus

        Indicates that the BusyStatus field is present.

        See Also:
        Constant Field Values
      • Attachment

        public static final int Attachment

        Indicates that the attachment field is present.

        See Also:
        Constant Field Values
      • Subtype

        public static final int Subtype

        Indicates that the SubType field is present.

        See Also:
        Constant Field Values
      • AppointmentColor

        public static final int AppointmentColor

        Reserved for future use and MUST NOT be set.

        See Also:
        Constant Field Values
      • ExceptionalBody

        public static final int ExceptionalBody

        Indicates that the Exception Embedded Message object has the PidTagRtfCompressed property set on it.

        See Also:
        Constant Field Values