| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CreateAttachmentResponse> |
Service.createAttachment(java.util.List<Attachment> attachments,
ItemId itemId)
Creates attachments and attaches them to the specified item.
|
java.util.List<CreateAttachmentResponse> |
Service.createAttachment(java.util.List<Attachment> attachments,
java.lang.String itemId)
Creates attachments and attaches them to the specified item.
|