com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiCalendarRecurrencePatternType

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


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

    Enumerates the mapi calendar recurrence pattern types

    • 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 Day
      The event has a daily recurrence.
      static int HjMonth
      The event has a monthly recurrence in the Hijri calendar
      static int HjMonthEnd
      The event has a month end recurrence in the Hijri calendar.
      static int HjMonthNth
      The event has an every nth month pattern in the Hijri calendar.
      static int Month
      The event has a monthly recurrence.
      static int MonthEnd
      The event has a month-end recurrence.
      static int MonthNth
      The event has an every nth month pattern.
      static int Week
      The event has a weekly recurrence.
      • 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

      • Month

        public static final int Month

        The event has a monthly recurrence.

        See Also:
        Constant Field Values
      • MonthEnd

        public static final int MonthEnd

        The event has a month-end recurrence.

        See Also:
        Constant Field Values
      • MonthNth

        public static final int MonthNth

        The event has an every nth month pattern.

        See Also:
        Constant Field Values
      • HjMonth

        public static final int HjMonth

        The event has a monthly recurrence in the Hijri calendar

        See Also:
        Constant Field Values
      • HjMonthNth

        public static final int HjMonthNth

        The event has an every nth month pattern in the Hijri calendar.

        See Also:
        Constant Field Values
      • HjMonthEnd

        public static final int HjMonthEnd

        The event has a month end recurrence in the Hijri calendar.

        See Also:
        Constant Field Values