IAddrBook::SetPAB
Office 2013
Published: July 16, 2012
Designates a particular container as the personal address book (PAB).
HRESULT SetPAB( ULONG cbEntryID, LPENTRYID lpEntryID );
Clients and service providers call the SetPAB method to designate a particular container as the PAB. The PAB is a container that consists of entries copied from other containers as well as new entries.
A call to SetPAB establishes a container as the PAB until that container is made unavailable or a new container becomes the PAB through a subsequent call to SetPAB .
Clients and providers do not have to call the IMAPIProp::SaveChanges method to make the PAB change permanent.