API Reference
| Classic JavaDoc |
Outlook.getPersonalFolder
public OutlookFolder getPersonalFolder(String folderPath)
Returns a sub-folder of the root "Personal folders" folder for the specified name or path. Accepted path separators are '\' or '/'.
Example:
Outlook outlook = new Outlook();
OutlookFolder inbox = outlook.getPersonalFolder("Inbox");
outlook.dispose();
Community comments
Powered by JavaDocPlus