com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class TIPMethod

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


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

    Defines the iTIP (iCalendar Transport-Independent Interoperability Protocol) methods associated with an 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 Add
      Add one or more instances to an existing object.
      static int Cancel
      Cancel one or more instances of an existing object.
      static int Counter
      Counter a REQUEST with an alternative proposal.
      static int DeclineCounter
      Decline a counter proposal by an Attendee.
      static int None
      Method is not defined.
      static int Publish
      Post notification of an object.
      static int Refresh
      A request sent to an object Organizer asking for the latest version of an object.
      static int Reply
      Reply to an object request.
      static int Request
      Assign an 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

      • Publish

        public static final int Publish

        Post notification of an object. Used primarily as a method of advertising the existence of an object.

        See Also:
        Constant Field Values
      • Request

        public static final int Request

        Assign an object. This is an explicit assignment to one or more Calendar Users. The REQUEST method is also used to update or change an existing object. Clients that cannot handle REQUEST MAY degrade the method to treat it as a PUBLISH.

        See Also:
        Constant Field Values
      • Add

        public static final int Add

        Add one or more instances to an existing object.

        See Also:
        Constant Field Values
      • Cancel

        public static final int Cancel

        Cancel one or more instances of an existing object.

        See Also:
        Constant Field Values
      • Refresh

        public static final int Refresh

        A request sent to an object Organizer asking for the latest version of an object.

        See Also:
        Constant Field Values
      • Counter

        public static final int Counter

        Counter a REQUEST with an alternative proposal.

        See Also:
        Constant Field Values
      • DeclineCounter

        public static final int DeclineCounter

        Decline a counter proposal by an Attendee.

        See Also:
        Constant Field Values