| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Class and Description |
|---|---|
class |
FileAttachmentInfo
Represents a file that is attached to an item in the Exchange store.
|
class |
ItemAttachmentInfo
Represents information about an attachment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AttachmentInfo> |
Item.getAttachments()
Gets the items or files that are attached to an item in the Exchange store.
|
| Modifier and Type | Method and Description |
|---|---|
ItemId |
Service.deleteAttachment(AttachmentInfo attachmentInfo)
Deletes file or item attachment from an existing item.
|
Attachment |
Service.getAttachment(AttachmentInfo attachmentInfo)
Retrieve existing attachment.
|
Attachment |
Service.getAttachment(AttachmentInfo attachmentInfo,
AttachmentShape attachmentShape)
Retrieve existing attachment.
|