HrMAPIFindIPMSubtree

The HrMAPIFindIPMSubtree function retrieves the IPM (interpersonal message) subtree folder.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPIFindIPMSubtree(
  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 a MAPI ENTRYID structure containing the entry identifier of IPM subtree.

Return Values

See Return Values.

Remarks

For more information on this function, see the HrMAPIFindIPMSubtree function in IFIND.C under the EDKMAPI code sample in the Code Samples folder. For an introduction on IPM and non-IPM folders, see About Public Folders.

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

See Also

HrMAPIFindInbox, HrMAPIFindOutbox