IMAPIMessageSite::GetStore
The IMAPIMessageSite::GetStore
method returns the message store containing the current message, if such a
store exists.
Quick Info
See IMAPIMessageSite
: IUnknown
HRESULT GetStore(
LPMDB FAR * ppStore |
|
) |
|
Parameters
ppStore
[out] Pointer
to a pointer to the message store.
Return Values
S_OK
The call
succeeded and has returned the expected value or values.
S_FALSE
There is no
store containing the message.
Remarks
For
information about implementing the interfaces related to form servers, see MAPI
Form Interfaces Used by Client Applications