IMAPISession::OpenMsgStore
Windows Mobile 6.5
4/8/2010
The OpenMsgStore method opens a message store and returns a reference to the IMsgStore object for further access.
HRESULT OpenMsgStore ( ULONG ulUIParam, ULONG cbEntryID, LPENTRYID lpEntryID, LPCIID lpInterface, ULONG ulFlags, LPMDB FAR * lppMDB );
- ulUIParam
-
[in] Ignored.
- cbEntryID
-
[in] Count of bytes in the entry identifier specified by lpEntryID.
- lpEntryID
-
[in] Reference to the entry identifier of the message store that is to be opened.
- lpInterface
-
[in] Ignored.
- ulFlags
-
[in] Ignored.
- lppMDB
-
[out] Reference to the message store object, implemented on IMsgStore.
Community Additions
Show: