API Reference
| Classic JavaDoc |
ExchangeItem.getAttachments
public AttachmentsCollection getAttachments()
Returns a collection containing attachments attached to this item. This method
never returns null, even if this item has no attachments; an empty collection will
be returned in this case.
To add new attachments to this item, use the method AttachmentsCollection.add
ExchangeServiceException | if any errors occur during the communication with Exchange. |
Community comments
Powered by JavaDocPlus