The HrMAPIFindFolderEx function retrieves a folder in an information store using the hierarchical path name of the folder.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
Unicode: | Yes |
HRESULT HrMAPIFindFolderEx(
LPMDB lpMdb,
TCHAR chSep,
LPTSTR lpszFolderPath,
ULONG * lpcbeid,
LPENTRYID * lppeid
);
See Return Values.
To open the root folder, set the value of lpMdp to NULL.
For more information on this function, see Opening an Existing Private or Personal Folder.
For information on the ENTRYID structure and IMsgStore interface, see the MAPI Programmer's Reference.
HrMAPIFindFolder, HrMAPIFindSubfolderEx, HrMAPIOpenFolderEx