Tel Enumeration

Named constants to describe the type of a phone number. The constants can be combined.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
[FlagsAttribute]
public enum Tel

Remarks

  Tip

When working with the enum use the extension methods from the TelExtension class.

Members

Voice1VOICE: Indicates a voice telephone number. (Default). (2,3,4)
Fax2FAX: Indicates a facsimile telephone number. (2,3,4)
Msg4MSG: Indicates that the telephone number has voice messaging support. (2,3)
Cell8CELL: Indicates a cellular or mobile telephone number. (2,3,4)
Pager16PAGER: Indicates a paging device telephone number. (2,3,4)
BBS32BBS: Indicates a bulletin board system telephone number. (2,3)
Modem64MODEM: Indicates a MODEM connected telephone number. (2,3)
Car128CAR: Indicates a car-phone telephone number.(2,3)
ISDN256ISDN: Indicates an ISDN service telephone number. (2,3)
Video512VIDEO: Indicates a video conferencing telephone number. (2,3,4)
PCS1,024PCS: Indicates a personal communication services telephone number. (3)
TextPhone2,048TEXTPHONE: Indicates a telecommunication device for people with hearing or speech difficulties. (4)
Text4,096TEXT: Indicates that the telephone number supports text messages (SMS). (4)

See Also