Click or drag to resize

MessengerType Properties

IT Hit WebDAV Classes Reference

The MessengerType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBusiness
Indicates a business messenger. String value is "BUSINESS", integer value is 8.
Public propertyStatic memberHome
Indicates a home messenger. String value is "HOME", integer value is 1.
Public propertyStatic memberMobile
Indicates a mobile messenger. String value is "MOBILE", integer value is 16.
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 memberPersonal
Indicates a personal messenger. String value is "PERSONAL", integer value is 4.
Public propertyStatic memberWork
Indicates a work messenger. String value is "WORK", integer value is 2.
Top
See Also