com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiRecipientTrackStatus

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


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

    Represents the response status returned by the attendee.

    • 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 Accepted
      This value on the attendee’s meeting object indicates that the attendee has accepted the meeting request object.
      static int Declined
      This value on the attendee’s meeting object indicates that the attendee has declined the meeting request object.
      static int None
      No response is required for this object.
      static int Tentative
      This value on the attendee’s meeting object indicates that the attendee has tentatively accepted the meeting request object.
      • 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

      • None

        public static final int None

        No response is required for this object. This is the case for appointment objects and meeting response objects.

        See Also:
        Constant Field Values
      • Tentative

        public static final int Tentative

        This value on the attendee’s meeting object indicates that the attendee has tentatively accepted the meeting request object.

        See Also:
        Constant Field Values
      • Accepted

        public static final int Accepted

        This value on the attendee’s meeting object indicates that the attendee has accepted the meeting request object.

        See Also:
        Constant Field Values
      • Declined

        public static final int Declined

        This value on the attendee’s meeting object indicates that the attendee has declined the meeting request object.

        See Also:
        Constant Field Values