public final class TIPMethod
extends com.aspose.ms.System.Enum
Defines the iTIP (iCalendar Transport-Independent Interoperability Protocol) methods associated with an object.
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.
|
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
public static final int None
Method is not defined.
public static final int Publish
Post notification of an object. Used primarily as a method of advertising the existence of an object.
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.
public static final int Reply
Reply to an object request.
public static final int Add
Add one or more instances to an existing object.
public static final int Cancel
Cancel one or more instances of an existing object.
public static final int Refresh
A request sent to an object Organizer asking for the latest version of an object.
public static final int Counter
Counter a REQUEST with an alternative proposal.
public static final int DeclineCounter
Decline a counter proposal by an Attendee.