| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ItemInfoResponse |
Service.tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem)
Tentatively accepts meeting request.
|
ItemInfoResponse |
Service.tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
FolderId sentItemsFolderId)
Tentatively accepts meeting request.
|
ItemInfoResponse |
Service.tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
MessageDisposition messageDisposition)
Tentatively accept meeting request.
|
ItemInfoResponse |
Service.tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Tentatively accepts meeting request.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemInfoResponse> |
Service.tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems)
Tentatively accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems,
FolderId sentItemsFolderId)
Tentatively accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems,
MessageDisposition messageDisposition)
Tentatively accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Tentatively accepts meeting requests.
|