Platform SDK: Exchange Server

HrOpenExchangePublicFolders

The HrOpenExchangePublicFolders function opens the root of the public folder hierarchy in the public information store.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrOpenExchangePublicFolders(
  LPMDB lpPubStore,             
  LPMAPIFOLDER * lppRootFolder  
);
 

Parameters

lpPubStore
Input parameter. Points to a MAPI IMsgStore interface containing an open information store.
lppRootFolder
Output parameter. Points to a MAPI IMAPIFolder interface containing the root of the public folder in the public information store.

Return Values

See Return Values.

Remarks

For more information on this function, see Opening an Existing Public Folder.

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