Uses of Interface
microsoft.exchange.webservices.data.core.response.IGetObjectInstanceDelegate

Packages that use IGetObjectInstanceDelegate
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.response   
 

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

Methods in microsoft.exchange.webservices.data.core with parameters of type IGetObjectInstanceDelegate
<TServiceObject extends ServiceObject>
List<TServiceObject>
EwsServiceXmlReader.readServiceObjectsCollectionFromXml(String collectionXmlElementName, IGetObjectInstanceDelegate<ServiceObject> getObjectInstanceDelegate, boolean clearPropertyBag, PropertySet requestedPropertySet, boolean summaryPropertiesOnly)
          Reads the service objects collection from XML.
 

Uses of IGetObjectInstanceDelegate in microsoft.exchange.webservices.data.core.response
 

Classes in microsoft.exchange.webservices.data.core.response that implement IGetObjectInstanceDelegate
 class CreateFolderResponse
          Represents the response to an individual folder creation operation.
 class CreateItemResponse
          Represents the response to an individual item creation operation.
 class CreateResponseObjectResponse
          Represents response to generic Create request.
 class GetFolderResponse
          Represents the response to an individual folder retrieval operation.
 class GetItemResponse
          Represents a response to an individual item retrieval operation.
 class MoveCopyFolderResponse
          Represents the base response class for individual folder move and copy operations.
 class MoveCopyItemResponse
          Represents a response to a Move or Copy operation.
 class UpdateFolderResponse
          Represents response to UpdateFolder request.
 class UpdateItemResponse
          The Class UpdateItemResponse.
 



Copyright © 2012–2015 Microsoft. All rights reserved.