The AddressType type exposes the following members.
| Name | Description | |
|---|---|---|
| Domestic |
Indicates a domestic address. Valid for addresses in business card v2.1 and v3.0 only. String value is "DOM", integer value is 4.
| |
| Home |
Indicates a home delivery address. String value is "HOME", integer value is 1.
| |
| International |
Indicates an international address. Valid for addresses in business card v2.1 and v3.0 only. String value is "INTL", integer value is 8.
| |
| Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
| Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
| Parcel |
Indicates a parcel delivery address. Valid for addresses in business card v2.1 and v3.0 only. String value is "PARCEL", integer value is 32.
| |
| Postal |
Indicates a postal delivery address. Valid for addresses in business card v2.1 and v3.0 only. String value is "POSTAL", integer value is 16.
| |
| Work |
Indicates a work delivery address. String value is "WORK", integer value is 2.
|