HtmlForgeX

API Reference

Enum

EmailVCardPhoneType

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Phone number types used in vCard.

Inheritance

  • Enum
  • EmailVCardPhoneType

Values

public const EmailVCardPhoneType Cell #

Mobile / cell phone.

Value: 0
public const EmailVCardPhoneType Work #

Work phone.

Value: 1
public const EmailVCardPhoneType Home #

Home phone.

Value: 2
public const EmailVCardPhoneType Fax #

Fax number.

Value: 3
public const EmailVCardPhoneType Main #

Main phone number.

Value: 4
public const EmailVCardPhoneType Other #

Other / unspecified.

Value: 5