IMAPIMessageSite::GetFolder
The IMAPIMessageSite::GetFolder
method returns the folder in which the current message was created or opened,
if such a folder exists.
Quick Info
See IMAPIMessageSite
: IUnknown
HRESULT GetFolder(
LPMAPIFOLDER FAR * ppFolder |
|
) |
|
Parameters
ppFolder
[out] Pointer
to a pointer to the returned folder.
Return Values
S_OK
The call
succeeded and has returned the expected value or values.
S_FALSE
No folder
exists for the message.
Remarks
For
information about implementing the interfaces related to form servers, see MAPI
Form Interfaces Used by Client Applications