Click or drag to resize

CalendarUserType Properties

IT Hit WebDAV Classes Reference

The CalendarUserType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberGroup
Calendar user that represents a group. String value is "GROUP", integer value is 2.
Public propertyStatic memberIndividual
Сalendar user that represents an individual. String value is "INDIVIDUAL", integer value is 1.
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 memberResource
Calendar user that represents a resource. String value is "RESOURCE", integer value is 3.
Public propertyStatic memberRoom
Calendar user that represent a room. String value is "ROOM", integer value is 4.
Public propertyStatic memberUnknown
Calendar user of unknown type. String value is "UNKNOWN", integer value is 5.
Top
See Also