PhysicalAddressKeyType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PhysicalAddressKeyType enumeration identifies the types of physical addresses for a contact.
public enum class PhysicalAddressKeyType
public enum PhysicalAddressKeyType
Public Enum PhysicalAddressKeyType
- Inheritance
-
PhysicalAddressKeyType
Fields
Name | Value | Description |
---|---|---|
Business | 0 | Identifies the address as a business address. |
Home | 1 | Identifies the address as a home address. |
Other | 2 | Identifies the address as an address of type other. |
Remarks
This enumeration is used by the Key property of the PhysicalAddressDictionaryEntryType object.