IMAPIMessageSite::GetFolder
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Returns the folder in which the current message was created or opened, if such a folder exists. This method returns NULL in the ppFolder parameter for embedded messages, which are not stored directly in a folder.
HRESULT GetFolder(
LPMAPIFOLDER FAR * ppFolder
);
Parameters
- ppFolder
[out] A pointer to a pointer to the returned folder.
Return Value
S_OK
The call succeeded and has returned the expected value or values.S_FALSE
No folder exists for the message.
Remarks
For a list of interfaces that are related to form servers, see MAPI Form Interfaces.
MFCMAPI Reference
For MFCMAPI sample code, see the following table.
File |
Function |
Comment |
---|---|---|
MyMAPIFormViewer.cpp |
CMyMAPIFormViewer::GetFolder |
MFCMAPI uses the IMAPIMessageSite::GetFolder method to return the currently cached pointer to the specified folder. |