| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
AttachmentId |
Service.createAttachment(Attachment attachment,
ItemId itemId)
Creates either an item or file attachment and attaches it to the specified item.
|
AttachmentId |
Service.createAttachment(Attachment attachment,
java.lang.String itemId)
Creates either an item or file attachment and attaches it to the specified item.
|
AttachmentId |
Attachment.getAttachmentId()
Gets the attachment ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachment.setAttachmentId(AttachmentId attachmentId)
Sets the attachment ID.
|