Adr Enumeration

Named constants to describe the type of a postal address in vCards. The constants can be combined.

Definition

Namespace: FolkerKinzel.VCards.Enums
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
[FlagsAttribute]
public enum Adr

Remarks

  Tip

When working with the enum use the extension methods from the AdrExtension class.

Members

Dom1DOM: Domestic delivery address (2,3)
Intl2INTL: International delivery address (2,3)
Postal4POSTAL: Postal delivery address (2,3)
Parcel8PARCEL: Parcel delivery address (2,3)
Billing16billing: Billing address (4 - RFC 9554)
Delivery32delivery: Delivery address (4 - RFC 9554)

See Also