com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class NotificationType

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


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

    The type of notification.

    • 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 Agenda
      An agenda with the events of the day (sent out in the morning).
      static int EventCancellation
      Notification sent when an event is cancelled.
      static int EventChange
      Notification sent when an event is changed.
      static int EventCreation
      Notification sent when a new event is put on the calendar.
      static int EventResponse
      Notification sent when an event is changed.
      • 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

      • EventCreation

        public static final int EventCreation

        Notification sent when a new event is put on the calendar.

        See Also:
        Constant Field Values
      • EventChange

        public static final int EventChange

        Notification sent when an event is changed.

        See Also:
        Constant Field Values
      • EventCancellation

        public static final int EventCancellation

        Notification sent when an event is cancelled.

        See Also:
        Constant Field Values
      • EventResponse

        public static final int EventResponse

        Notification sent when an event is changed.

        See Also:
        Constant Field Values
      • Agenda

        public static final int Agenda

        An agenda with the events of the day (sent out in the morning).

        See Also:
        Constant Field Values