|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ServiceResponseCollection in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return ServiceResponseCollection | ||
|---|---|---|
ServiceResponseCollection<GetItemResponse> |
ExchangeService.bindToItems(Iterable<ItemId> itemIds,
PropertySet propertySet)
* Binds to multiple items in a single call to EWS. |
|
ServiceResponseCollection<ConvertIdResponse> |
ExchangeService.convertIds(Iterable<AlternateIdBase> ids,
IdFormat destinationFormat)
* Converts multiple Ids from one format to another in a single call to EWS. |
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.copyItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId)
* Copies multiple items in a single call to EWS. |
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.copyItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId,
boolean returnNewItemIds)
Copies multiple items in a single call to EWS. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.copyItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
FolderId destinationFolderId)
Copies the items in the specified conversation to the specified destination folder. |
|
protected ServiceResponseCollection<CreateAttachmentResponse> |
ExchangeService.createAttachments(String parentItemId,
Iterable<Attachment> attachments)
* Creates attachments. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.createItems(Collection<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendInvitationsMode sendInvitationsMode)
* Creates multiple items in a single EWS call. |
|
protected ServiceResponseCollection<DeleteAttachmentResponse> |
ExchangeService.deleteAttachments(Iterable<Attachment> attachments)
* Deletes attachments. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.deleteItems(Iterable<ItemId> itemIds,
DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes multiple items in a single call to EWS. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.deleteItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
DeleteMode deleteMode)
Deletes the items in the specified conversation. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.disableAlwaysCategorizeItemsInConversations(Iterable<ConversationId> conversationId,
boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is no longer categorized. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.disableAlwaysDeleteItemsInConversations(Iterable<ConversationId> conversationId,
boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is no longer moved to Deleted Items folder. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.disableAlwaysMoveItemsInConversations(Iterable<ConversationId> conversationIds,
boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is no longer moved to a specific folder. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.enableAlwaysCategorizeItemsInConversations(Iterable<ConversationId> conversationId,
Iterable<String> categories,
boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is always categorized. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.enableAlwaysDeleteItemsInConversations(Iterable<ConversationId> conversationId,
boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is always moved to Deleted Items folder. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.enableAlwaysMoveItemsInConversations(Iterable<ConversationId> conversationId,
FolderId destinationFolderId,
boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is always moved to a specific folder. |
|
protected
|
ExchangeService.findItems(Class<TItem> cls,
FolderId parentFolderId,
SearchFilter searchFilter,
ViewBase view,
Grouping groupBy)
Obtains a grouped list of items by searching the contents of a specific folder. |
|
protected
|
ExchangeService.findItems(Iterable<FolderId> parentFolderIds,
SearchFilter searchFilter,
String queryString,
ViewBase view,
Grouping groupBy,
microsoft.exchange.webservices.data.ServiceErrorHandling errorHandlingMode)
Finds items. |
|
protected ServiceResponseCollection<microsoft.exchange.webservices.data.GetAttachmentResponse> |
ExchangeService.getAttachments(Attachment[] attachments,
BodyType bodyType,
Iterable<PropertyDefinitionBase> additionalProperties)
Gets attachments. |
|
ServiceResponseCollection<AttendeeAvailability> |
GetUserAvailabilityResults.getAttendeesAvailability()
Gets a collection of AttendeeAvailability objects representing availability information for each of the specified attendees. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.loadPropertiesForItems(Iterable<Item> items,
PropertySet propertySet)
* Loads the properties of multiple items in a single call to EWS. |
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.moveItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId)
* Moves multiple items in a single call to EWS. |
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.moveItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId,
boolean returnNewItemIds)
Moves multiple items in a single call to EWS. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.moveItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
FolderId destinationFolderId)
Moves the items in the specified conversation to the specified destination folder. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.setReadStateForItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
boolean isRead)
Sets the read state for items in conversation. |
|
ServiceResponseCollection<UpdateItemResponse> |
ExchangeService.updateItems(Iterable<Item> items,
FolderId savedItemsDestinationFolderId,
ConflictResolutionMode conflictResolution,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
* Updates multiple items in a single EWS call. |
|
| Methods in microsoft.exchange.webservices.data with parameters of type ServiceResponseCollection | |
|---|---|
protected void |
GetUserAvailabilityResults.setAttendeesAvailability(ServiceResponseCollection<AttendeeAvailability> value)
Sets the attendees availability. |
| Constructors in microsoft.exchange.webservices.data with parameters of type ServiceResponseCollection | |
|---|---|
CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses,
String message)
Initializes a new instance of CreateAttachmentException. |
|
CreateAttachmentException(ServiceResponseCollection<CreateAttachmentResponse> serviceResponses,
String message,
Exception innerException)
Initializes a new instance of CreateAttachmentException. |
|
DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses,
String message)
Initializes a new instance of DeleteAttachmentException. |
|
DeleteAttachmentException(ServiceResponseCollection<DeleteAttachmentResponse> serviceResponses,
String message,
Exception innerException)
Initializes a new instance of DeleteAttachmentException. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||