Uses of Class
microsoft.exchange.webservices.data.core.enumeration.service.error.ServiceErrorHandling

Packages that use ServiceErrorHandling
microsoft.exchange.webservices.data.autodiscover.request   
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.service.error   
microsoft.exchange.webservices.data.core.request   
 

Uses of ServiceErrorHandling in microsoft.exchange.webservices.data.autodiscover.request
 

Constructors in microsoft.exchange.webservices.data.autodiscover.request with parameters of type ServiceErrorHandling
ApplyConversationActionRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the ApplyConversationActionRequest class
 

Uses of ServiceErrorHandling in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core with parameters of type ServiceErrorHandling
<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>
ExchangeService.findItems(Iterable<FolderId> parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, ServiceErrorHandling errorHandlingMode)
          Finds item.
 ServiceResponseCollection<ServiceResponse> ExchangeService.internalLoadPropertiesForItems(Iterable<Item> items, PropertySet propertySet, ServiceErrorHandling errorHandling)
          Loads the property of multiple item in a single call to EWS.
 

Uses of ServiceErrorHandling in microsoft.exchange.webservices.data.core.enumeration.service.error
 

Methods in microsoft.exchange.webservices.data.core.enumeration.service.error that return ServiceErrorHandling
static ServiceErrorHandling ServiceErrorHandling.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceErrorHandling[] ServiceErrorHandling.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ServiceErrorHandling in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return ServiceErrorHandling
protected  ServiceErrorHandling MultiResponseServiceRequest.getErrorHandlingMode()
          Gets a value indicating how errors should be handled.
 

Constructors in microsoft.exchange.webservices.data.core.request with parameters of type ServiceErrorHandling
ConvertIdRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
CopyFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the CopyFolderRequest class.
CopyItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
CreateAttachmentRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
CreateFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the CreateFolderRequest class.
CreateItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance.
CreateResponseObjectRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the CreateResponseObjectRequest class.
DeleteAttachmentRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the DeleteAttachmentRequest class.
DeleteFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the DeleteFolderRequest class.
DeleteItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
EmptyFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the EmptyFolderRequest class.
FindFolderRequest(ExchangeService exchangeService, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the FindFolderRequest class.
FindItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the FindItemRequest class.
GetAttachmentRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the GetAttachmentRequest class.
GetFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the GetFolderRequest class.
GetFolderRequestForLoad(ExchangeService exchangeService, ServiceErrorHandling throwonerror)
          Initializes a new instance of the GetFolderRequestForLoad class.
GetItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
GetItemRequestForLoad(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
MoveCopyItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
MoveFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the MoveFolderRequest class.
MoveItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
MultiResponseServiceRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance.
SendItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the class.
UpdateFolderRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Initializes a new instance of the UpdateFolderRequest class.
UpdateItemRequest(ExchangeService service, ServiceErrorHandling errorHandlingMode)
          Instantiates a new update item request.
 



Copyright © 2012–2015 Microsoft. All rights reserved.