Windows Address Book Interfaces
New applications should not use this set of interfaces. These interfaces exist for backward compatibility with legacy applications. These interfaces will be unavailable in the future.
Note
In Windows Vista, Windows Contacts replaces Windows Address Book (WAB). For more information about this new mechanism for storing and retrieving contact information, see Windows Contacts.
This section describes the interfaces associated with WAB.
Interfaces
Topic | Contents |
---|---|
IABContainer | Do not use. This interface provides access to address book containers. Applications call the methods of the interface to perform name resolution and to create, copy, and delete recipients. |
IAddrBook | Do not use. This interface supports access to the WAB and includes operations such as displaying common dialog boxes, opening containers, messaging users (contacts) and distribution lists (groups) in the address book, and performing name resolution. |
IDistList | Do not use. This interface is used to provide access to distribution lists in modifiable address book containers. The interface provides methods to create, copy, and delete distribution lists, in addition to performing name resolution. |
IMailUser | Do not use. This interface provides access to a mail user object. |
IMAPITable | Do not use. This interface is used for content tables of WAB containers and distribution lists. |
IWABExtInit | Do not use. This interface ndicates which WAB object is being displayed (for example, a property sheet or context menu). |
IWABObject | Do not use. This interface provides access to the WAB object which contains function pointers to memory allocation functions and database maintenance functions. |