AppointmentMethodType Enumeration

Defines the iCalendar object method type associated with the calendar object.

Namespace:  Aspose.Email.Calendar
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum AppointmentMethodType
Members
  Member nameValueDescription
None0 Method is not defined.
Publish1 Post notification of an event. Used primarily as a method of advertising the existence of an event.
Request2 Make a request for an event. This is an explicit invitation to one or more "Attendees".
Reply3 Reply to an event request.
Add4 Add one or more instances to an existing event.
Cancel5 Cancel one or more instances of an existing event.
Refresh6 A request is sent to an "Organizer" by an "Attendee" asking for the latest version of an event to be resent to the requester.
Counter7 Counter a REQUEST with an alternative proposal, Sent by an "Attendee" to the "Organizer".
DeclineCounter8 Decline a counter proposal. Sent to an "Attendee" by the "Organizer".
See Also