IExchangeFavorites

The IExchangeFavorites interface supports the addition and deletion of public information store folders in a user's Favorites folder.

Quick Info

Header file: EDKMDB.H
Exposed by:
Corresponding pointer type: LPEXCHANGEFAVORITES

Vtable Order

GetLastError

AddFavorites

DelFavorites

Remarks

To get a pointer to the IExchangeFavorites interface, call the MAPI IMAPIProp::GetProps method with the PR_IPM_FAVORITES_ENTRYID property and then the MAPI IMsgStore::OpenEntry method with that entry identifier.

When calling the OpenEntry method, pass the value IID_IExchangeFavorites in the lpInterface parameter.

For additional information on this interface, see Working with the Favorites Folder.