HrOpenExchangePublicStore

The HrOpenExchangePublicStore function retrieves a pointer to the public information store provider.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrOpenExchangePublicStore(
  LPMAPISESSION lphSession,  
  LPMDB * lppMDB             
);
 

Parameters

lphSession
Input parameter. Points to a MAPI IMAPISession interface containing the open session handle.
lppMDB
Output parameter. Points to a MAPI IMsgStore interface containing the information store opened.

Return Values

See Return Values.

Remarks

For more information on this function, see Opening a Public Information Store.

For information on the IMAPISession and IMsgStore interfaces, see the MAPI Programmer's Reference.

See Also

FIsPublicStore