API Reference
| Classic JavaDoc |
Exchange.getTopFolders
public FoldersCollection getTopFolders()
Returns a collection containing the 'Top of Information Store' folder's sub-folders. This
collection contains information sub-folders like the Inbox, Calendar, Contacts, Notes,
Sent Items, Tasks, etc.
See Also:
This method returns the same result as:
getFolder(FolderType.MsgFolderRoot).getFolders();
a collection of the top Exchange folders.
Throws:ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus