Click or drag to resize

MethodType Properties

IT Hit WebDAV Classes Reference

The MethodType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAdd
Add one or more new instances to an existing recurring iCalendar object. String value is "ADD", integer value is 4.
Public propertyStatic memberCancel
Cancel one or more instances of an existing iCalendar object. String value is "CANCEL", integer value is 5.
Public propertyStatic memberCounter
Used by an Attendee to negotiate a change in an iCalendar object. String value is "COUNTER", integer value is 7.
Public propertyStatic memberDeclineCounter
Used by the Organizer to decline the proposed counter proposal. String value is "DECLINECOUNTER", integer value is 8.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberPublish
Used to publish an iCalendar object to one or more "Calendar Users". String value is "PUBLISH", integer value is 1.
Public propertyStatic memberRefresh
Used by an Attendee to request the latest version of an iCalendar object. String value is "REFRESH", integer value is 6.
Public propertyStatic memberReply
A reply is used in response to a request to convey Attendee status to the Organizer. String value is "REPLY", integer value is 3.
Public propertyStatic memberRequest
Used to schedule an iCalendar object with other "Calendar Users". String value is "REQUEST", integer value is 2.
Top
See Also