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.2.0+a3997783578d19ef70b23d32085936c13ed21656
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)

Extension Methods

IsSetChecks whether all flags set in flags are also set in value.
(Defined by AdrExtension)
SetSets all the flags set in flags in value.
(Defined by AdrExtension)
UnsetUnsets all flags set in flags in value.
(Defined by AdrExtension)

See Also