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