| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ItemInfoResponse |
Service.replyToAll(ReplyAllItem replyAllItem)
Sends reply message to all recipients.
|
ItemInfoResponse |
Service.replyToAll(ReplyAllItem replyAllItem,
FolderId sentItemsFolderId)
Sends reply message to all recipients.
|
ItemInfoResponse |
Service.replyToAll(ReplyAllItem replyAllItem,
MessageDisposition messageDisposition)
Sends reply message to all recipients.
|
ItemInfoResponse |
Service.replyToAll(ReplyAllItem replyAllItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply message to all recipients.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemInfoResponse> |
Service.replyToAll(java.util.List<ReplyAllItem> replyAllItems)
Sends reply messages to all recipients.
|
java.util.List<ItemInfoResponse> |
Service.replyToAll(java.util.List<ReplyAllItem> replyAllItems,
FolderId sentItemsFolderId)
Sends reply messages to all recipients.
|
java.util.List<ItemInfoResponse> |
Service.replyToAll(java.util.List<ReplyAllItem> replyAllItems,
MessageDisposition messageDisposition)
Sends reply messages to all recipients.
|
java.util.List<ItemInfoResponse> |
Service.replyToAll(java.util.List<ReplyAllItem> replyAllItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply messages to all recipients.
|