Tip
When working with the enum use the extension methods from the TelExtension class.
[FlagsAttribute]
public enum Tel
<FlagsAttribute>
Public Enumeration Tel
[FlagsAttribute]
public enum class Tel
[<FlagsAttribute>]
type Tel
Voice | 1 | VOICE: Indicates a voice telephone number. (Default). (2,3,4) |
Fax | 2 | FAX: Indicates a facsimile telephone number. (2,3,4) |
Msg | 4 | MSG: Indicates that the telephone number has voice messaging support. (2,3) |
Cell | 8 | CELL: Indicates a cellular or mobile telephone number. (2,3,4) |
Pager | 16 | PAGER: Indicates a paging device telephone number. (2,3,4) |
BBS | 32 | BBS: Indicates a bulletin board system telephone number. (2,3) |
Modem | 64 | MODEM: Indicates a MODEM connected telephone number. (2,3) |
Car | 128 | CAR: Indicates a car-phone telephone number.(2,3) |
ISDN | 256 | ISDN: Indicates an ISDN service telephone number. (2,3) |
Video | 512 | VIDEO: Indicates a video conferencing telephone number. (2,3,4) |
PCS | 1,024 | PCS: Indicates a personal communication services telephone number. (3) |
TextPhone | 2,048 | TEXTPHONE: Indicates a telecommunication device for people with hearing or speech difficulties. (4) |
Text | 4,096 | TEXT: Indicates that the telephone number supports text messages (SMS). (4) |