IMsgStore
The IMsgStore interface provides access to message store information and to messages and folders.
Methods in Vtable Order
IMsgStore methods | Description |
---|---|
AbortSubmit | Not supported — do not use. |
Advise | Registers to receive notification of specified events affecting the message store. |
CompareEntryIDs | Not supported — do not use. |
FinishedMsg | Not supported — do not use. |
GetOutgoingQueue | Not supported — do not use. |
GetReceiveFolder | Obtains the folder that was established as the destination for incoming messages of a specified message class or the default receive folder for the message store. |
GetReceiveFolderTable | Not supported — do not use. |
NotifyNewMail | Not supported — do not use. |
OpenEntry | Opens a folder or message and returns an interface pointer for further access. |
SetLockState | Not supported — do not use. |
SetReceiveFolder | Not supported — do not use. |
StoreLogoff | Not supported — do not use. |
Unadvise | Cancels the sending of notifications previously set up with a call to the Advise method. |
Properties
Required properties | Access level |
---|---|
PR_ENTRYID | Read-only |
Properties for interpersonal message (IPM) stores |
---|
PR_IPM_OUTBOX_ENTRYID |
PR_IPM_SENTMAIL_ENTRYID |
PR_IPM_SUBTREE_ENTRYID |
PR_IPM_WASTEBASKET_ENTRYID |
Remarks
The IMsgStore interface, implemented by message store providers and called by client applications and MAPI, is exposed by message store objects. Its interface identifier is IID_IMsgStore and its pointer type is LPMDB.
Requirements
Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
Library: cemapi.lib
See Also
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.