PidLidAddressBookProviderArrayType Canonical Property
Applies to: Office 2010 | Outlook 2010 | Visual Studio
Specifies the state of the contact’s electronic addresses and represents a set of bit flags.
Associated properties: |
dispidABPArrayType |
Property set: |
PSETID_Address |
Long ID (LID): |
0x00008029 |
Data type: |
PT_LONG |
Area: |
Contact |
Remarks
The value of the dispidABPArrayType property must be a combination of flags that specify the state of the contact object. Individual flags are specified in the following table. If this property is set, the dispidABPEmailList (PidLidAddressBookProviderEmailList) property must be set, as well. These two properties must be kept synchronized with each other. For example, if dispidABPArrayType has the bit "0x00000001 set", one of the values of dispidABPEmailList must be "0x00000000".
Bit |
Description |
---|---|
0x00000001 |
Email1 is defined for the contact. |
0x00000002 |
Email2 is defined for the contact. |
0x00000004 |
Email3 is defined for the contact. |
0x00000008 |
Business fax is defined for the contact. |
0x00000010 |
Home fax is defined for the contact. |
0x00000020 |
Primary fax is defined for the contact. |
Related Resources
Protocol Specifications
[MS-OXPROPS]
Provides property set definitions and references to related Exchange Server protocol specifications.[MS-OXOCNTC]
Specifies the properties and operations that are permissible for contacts and personal distribution lists.
Header Files
- Mapidefs.h
Provides data type definitions.