| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Service.getAttachment(AttachmentInfo attachmentInfo,
AttachmentShape attachmentShape)
Retrieve existing attachment.
|
Attachment |
Service.getAttachment(java.lang.String attachmentId,
AttachmentShape attachmentShape)
Retrieve existing attachment.
|
java.util.List<Attachment> |
Service.getAttachments(java.util.List<java.lang.String> attachmentIds,
AttachmentShape attachmentShape)
Retrieve existing attachments.
|