HtmlForgeX

API Reference

Enum

EmailVCardAddressType

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

Address types used in vCard.

Inheritance

  • Enum
  • EmailVCardAddressType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const EmailVCardAddressType Work #

Work address.

Value: 0
public const EmailVCardAddressType Home #

Home address.

Value: 1
public const EmailVCardAddressType Other #

Other / unspecified.

Value: 2