Click or drag to resize

TelephoneType Properties

IT Hit WebDAV Classes Reference

The TelephoneType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBbs
Indicates a bulletin board service number. String value is "BBS", integer value is 1024.
Public propertyStatic memberCar
Indicates a car-phone number. String value is "CAR", integer value is 4096.
Public propertyStatic memberCell
Indicates a cellular number. String value is "CELL", integer value is 256.
Public propertyStatic memberFax
Indicates a facsimile number. String value is "FAX", integer value is 64.
Public propertyStatic memberHome
Indicates a home number. String value is "HOME", integer value is 1.
Public propertyStatic memberIsdn
Indicates an ISDN number. String value is "ISDN", integer value is 8192.
Public propertyStatic memberModem
Indicates a MODEM number. String value is "MODEM", integer value is 2048.
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 memberPager
Indicates a pager number. String value is "PAGER", integer value is 512.
Public propertyStatic memberPcs
Indicates a personal communication services telephone number. String value is "PCS", integer value is 16.
Public propertyStatic memberText
Indicates that the telephone number supports text messages (SMS). String value is "TEXT", integer value is 4.
Public propertyStatic memberTextPhone
Indicates a telecommunication device for people with hearing or speech difficulties. String value is "TEXTPHONE", integer value is 8.
Public propertyStatic memberVideo
Indicates a video-phone number. String value is "VIDEO", integer value is 16384.
Public propertyStatic memberVoice
Indicates a voice number. String value is "VOICE", integer value is 32.
Public propertyStatic memberVoiceMsg
Indicates a voice messaging service on the number. String value is "MSG", integer value is 128.
Public propertyStatic memberWork
Indicates a work number. String value is "WORK", integer value is 2.
Top
See Also