HtmlForgeX

API Reference

Class

EmailVCardAddress

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Modifiers sealed

Address entry for EmailVCard.

Inheritance

  • Object
  • EmailVCardAddress

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public EmailVCardAddress() #

Properties

public EmailVCardAddressType Type { get; set; } #

Address type (TYPE=).

public String Street { get; set; } #

Street address (ADR component).

public String Extended { get; set; } #

Extended address info (suite, floor, etc.).

public String City { get; set; } #

City/locality.

public String Region { get; set; } #

Region/state.

public String PostalCode { get; set; } #

Postal/ZIP code.

public String Country { get; set; } #

Country name.