| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ItemInfoResponse |
Service.reply(ReplyItem replyItem)
Sends reply message.
|
ItemInfoResponse |
Service.reply(ReplyItem replyItem,
FolderId sentItemsFolderId)
Sends reply message.
|
ItemInfoResponse |
Service.reply(ReplyItem replyItem,
MessageDisposition messageDisposition)
Sends reply message.
|
ItemInfoResponse |
Service.reply(ReplyItem replyItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply message.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemInfoResponse> |
Service.reply(java.util.List<ReplyItem> replyItems)
Sends reply messages.
|
java.util.List<ItemInfoResponse> |
Service.reply(java.util.List<ReplyItem> replyItems,
FolderId sentItemsFolderId)
Sends reply messages.
|
java.util.List<ItemInfoResponse> |
Service.reply(java.util.List<ReplyItem> replyItems,
MessageDisposition messageDisposition)
Sends reply messages.
|
java.util.List<ItemInfoResponse> |
Service.reply(java.util.List<ReplyItem> replyItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply messages.
|