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