HrFindExchangePublicStore

The HrFindExchangePublicStore function retrieves the root folder of a public information store.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrFindExchangePublicStore(
  LPMDB lpMdb,        
  ULONG * lpcbeid,    
  LPENTRYID * lppeid  
);
 

Parameters

lpMdb
Input parameter. Points to a MAPI IMsgStore interface containing the message store.
lpcbeid
Output parameter. Points to the count of bytes in the entry identifier of the public store.
lppeid
Output parameter. Points to a pointer to the entry identifier of the public store.

Return Values

See Return Values.

Remarks

For more information on the HrFindExchangePublicStore function, see Working with Public Folders.

For information on the IMsgStore interface, see the MAPI Programmer's Reference.

See Also

FIsPublicStore