HrMAPIFindOutbox

The HrMAPIFindOutbox function retrieves the IPM outbox folder.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

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

Parameters

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

Return Values

See Return Values.

Remarks

For information related to the HrMAPIFindOutbox function, see Opening the Inbox. For more information, see the HrMAPIFindOutbox function in IFIND.C under the EDKMAPI code sample in the Code Samples folder.

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

See Also

HrMAPIFindInbox, HrMAPIFindIPMSubtree