API Reference
| Classic JavaDoc |
Exchange.getRootFolders
public FoldersCollection getRootFolders()
Returns a collection containing the root folder's sub-folders.
See Also:
This method returns the same result as:
getFolder(FolderType.Root).getFolders();
a collection of the root Exchange folders.
Throws:ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus