The HrMAPIOpenFolderEx function opens a folder in the information store from the hierarchical path name of the folder.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
Unicode: | Yes |
HRESULT HrMAPIOpenFolderEx(
LPMDB lpMdb,
TCHAR chSep,
LPTSTR lpszFolderPath,
LPMAPIFOLDER * lppFolder
);
See Return Values.
Set lpMdb to NULL to open the root folder.
For more information on this function, see Opening an Existing Private or Personal Folder.
For information on the IMAPIFolder and IMsgStore interfaces, see the MAPI Programmer's Reference.
HrMAPIFindFolder, HrMAPIFindFolderEx