HrMAPIFindInbox

The HrMAPIFindInbox function retrieves the IPM inbox folder.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

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

Parameters

lpMdb
Input parameter. Points to a MAPI IMsgStore interface containing the information store.
lpcbeid
Output parameter. Number of bytes in the entry identifier.
lppeid
Output parameter. Points to address of MAPI ENTRYID structure containing the entry identifier of IPM inbox.

Return Values

See Return Values.

Remarks

For more information on this function, see Opening the Inbox.

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

See Also

HrMAPIFindOutbox, HrMAPIFindIPMSubtree