com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ReminderRelated

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


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

    Specify the relationship of the alarm trigger with respect to the start or end of the event.

    • 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 End
      Sets the alarm to trigger off the end of the associated event.
      static int Start
      Sets the alarm to trigger off the start of the associated event.
      • 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

      • Start

        public static final int Start

        Sets the alarm to trigger off the start of the associated event.

        See Also:
        Constant Field Values
      • End

        public static final int End

        Sets the alarm to trigger off the end of the associated event.

        See Also:
        Constant Field Values