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.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
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