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