com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiCalendarClientIntent

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


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

    Enumerates the actions the user can taken on the Meeting object

    • 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 Canceled
      The user canceled a meeting request.
      static int Delegate
      The user is a delegate acting on a meeting object in a delegator's calendar folder.
      static int DeletedExceptionWithNoResponse
      The user deleted an exception to a recurring series with no response sent to the organizer.
      static int DeletedWithNoResponse
      The user deleted the meeting object with no response sent to the organizer.
      static int ExceptionCanceled
      The user canceled an exception to a recurring series.
      static int Manager
      The user is the owner of the meeting object.
      static int ModifiedEndTime
      The user modified the end time.
      static int ModifiedLocation
      The user changed the location of the meeting.
      static int ModifiedStartTime
      The user modified the start time.
      static int RespondedAccept
      The user accepted the meeting request.
      static int RespondedDecline
      The user declined the meeting request.
      static int RespondedExceptionDecline
      The user declined an exception to a recurring series.
      static int RespondedTentative
      The user tentatively accepted the meeting request.
      • 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

      • Manager

        public static final int Manager

        The user is the owner of the meeting object.

        See Also:
        Constant Field Values
      • Delegate

        public static final int Delegate

        The user is a delegate acting on a meeting object in a delegator's calendar folder.

        See Also:
        Constant Field Values
      • DeletedWithNoResponse

        public static final int DeletedWithNoResponse

        The user deleted the meeting object with no response sent to the organizer.

        See Also:
        Constant Field Values
      • DeletedExceptionWithNoResponse

        public static final int DeletedExceptionWithNoResponse

        The user deleted an exception to a recurring series with no response sent to the organizer.

        See Also:
        Constant Field Values
      • RespondedTentative

        public static final int RespondedTentative

        The user tentatively accepted the meeting request.

        See Also:
        Constant Field Values
      • RespondedAccept

        public static final int RespondedAccept

        The user accepted the meeting request.

        See Also:
        Constant Field Values
      • RespondedDecline

        public static final int RespondedDecline

        The user declined the meeting request.

        See Also:
        Constant Field Values
      • ModifiedStartTime

        public static final int ModifiedStartTime

        The user modified the start time.

        See Also:
        Constant Field Values
      • ModifiedEndTime

        public static final int ModifiedEndTime

        The user modified the end time.

        See Also:
        Constant Field Values
      • ModifiedLocation

        public static final int ModifiedLocation

        The user changed the location of the meeting.

        See Also:
        Constant Field Values
      • RespondedExceptionDecline

        public static final int RespondedExceptionDecline

        The user declined an exception to a recurring series.

        See Also:
        Constant Field Values
      • Canceled

        public static final int Canceled

        The user canceled a meeting request.

        See Also:
        Constant Field Values
      • ExceptionCanceled

        public static final int ExceptionCanceled

        The user canceled an exception to a recurring series.

        See Also:
        Constant Field Values