AddressTypes Enumeration
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
[SerializableAttribute]
[FlagsAttribute]
public enum AddressTypes
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration AddressTypes
[SerializableAttribute]
[FlagsAttribute]
public enum class AddressTypes
[<SerializableAttribute>]
[<FlagsAttribute>]
type AddressTypes
None | 0 | Indicates no type specified |
Domestic | 1 | Indicates a domestic (DOM) address (vCard 2.1 and 3.0 only) |
International | 2 | Indicates an international (INTL) address (vCard 2.1 and 3.0 only) |
Postal | 4 | Indicates a postal delivery (POSTAL) address (vCard 2.1 and 3.0 only) |
Parcel | 8 | Indicates a parcel delivery (PARCEL) address (vCard 2.1 and 3.0 only) |
Home | 16 | Indicates a home delivery (HOME) address |
Work | 32 | Indicates a work delivery (WORK) address |
Preferred | 64 | Indicates a preferred delivery (PREF) address (vCard 2.1 and 3.0 only) |