API Reference
| Classic JavaDoc |
Exchange.getNotesFolder
public ExchangeFolder getNotesFolder()
Returns the user's Notes folder.
See Also:
This method returns the same result as:
getFolder(FolderType.Notes);
the Exchange notes folder.
Throws:ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus