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