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.2.0+a3997783578d19ef70b23d32085936c13ed21656
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)

Extension Methods

IsSetChecks whether all flags set in flags are also set in value.
(Defined by TelExtension)
SetSets all the flags set in flags in value.
(Defined by TelExtension)
UnsetUnsets all flags set in flags in value.
(Defined by TelExtension)

See Also