HtmlForgeX

API Reference

Class

EmailPostalAddress

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Postal address used by EmailAddressCard.

Inheritance

  • Object
  • EmailPostalAddress

Constructors

Properties

public String Label { get; set; } #

Block label shown above the address (e.g., "Shipping address").

public String Recipient { get; set; } #

Recipient name.

public String Company { get; set; } #

Company name.

public String Line1 { get; set; } #

Street line 1.

public String Line2 { get; set; } #

Street line 2 (optional).

public String City { get; set; } #

City.

public String Region { get; set; } #

Region/state/province.

public String PostalCode { get; set; } #

Postal/ZIP code.

public String Country { get; set; } #

Country.

public String Phone { get; set; } #

Optional phone number (rendered as a tel link).

public String Email { get; set; } #

Optional email address (rendered as a mailto link).

public String Note { get; set; } #

Optional note (delivery instructions).

public String Href { get; set; } #

Optional URL (e.g., map link).

public String HrefText { get; set; } #

Text for Href.