TIPMethod Enumeration

Defines the iTIP (iCalendar Transport-Independent Interoperability Protocol) methods associated with an object.

Namespace:  Aspose.Email.Calendar
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum TIPMethod
Members
  Member nameValueDescription
None0 Method is not defined.
Publish1 Post notification of an object. Used primarily as a method of advertising the existence of an object.
Request2 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.
Reply3 Reply to an object request.
Add4 Add one or more instances to an existing object.
Cancel5 Cancel one or more instances of an existing object.
Refresh6 A request sent to an object Organizer asking for the latest version of an object.
Counter7 Counter a REQUEST with an alternative proposal.
DeclineCounter8 Decline a counter proposal by an Attendee.
See Also