Tip
When working with the enum use the extension methods from the
AdrExtension class.
[FlagsAttribute]
public enum Adr
<FlagsAttribute>
Public Enumeration Adr
[FlagsAttribute]
public enum class Adr
[<FlagsAttribute>]
type Adr
Dom | 1 | DOM: Domestic delivery address (2,3) |
Intl | 2 | INTL: International delivery address (2,3) |
Postal | 4 | POSTAL: Postal delivery address (2,3) |
Parcel | 8 | PARCEL: Parcel delivery address (2,3) |
Billing | 16 | billing: Billing address (4 - RFC 9554) |
Delivery | 32 | delivery: Delivery address (4 - RFC 9554) |