The HrMAPIFindSubfolderEx function retrieves a subfolder in an information store using the hierarchical path name of the folder.
Header file: | EDKMAPI.H |
Library: | EDKMAPI.LIB |
Unicode: | Yes |
HRESULT HrMAPIFindSubfolderEx(
LPMAPIFOLDER lpRootFolder,
TCHAR chSep,
LPCTSTR lpszName,
ULONG * lpcbeid,
LPENTRYID * lppeid
);
See Return Values.
Pass a NULL value for lpMdp to open the root folder.
For more information on this function, see the HrMAPIFindSubfolderEx function in IFOLDER.C under the EDKMAPI code sample in the Code Samples folder.
For information on the ENTRYID structure and IMAPIFolder interface, see the MAPI Programmer's Reference.
HrMAPIFindFolder, HrMAPIFindFolderEx, HrMAPIOpenSubfolderEx