HrMAPIFindDefaultMsgStore

The HrMAPIFindDefaultMsgStore function retrieves the entry identifier of the default information store.

Quick Info

Header file: EDKMAPI.H
Library: EDKMAPI.LIB

HRESULT HrMAPIFindDefaultMsgStore(
  LPMAPISESSION lplhSession,  
  ULONG * lpcbeid,            
  LPENTRYID * lppeid          
);
 

Parameters

lplhSession
Input parameter. Points to a MAPI IMAPISession interface containing the handle of the current session.
lpcbeid
Output parameter. Number of bytes in entry identifier.
lppeid
Output parameter. Entry identifier of default information store.

Return Values

See Return Values.

Remarks

For more information on this function, see Opening an Information Store.

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

See Also

HrMAPIFindStore