Uses of Class
microsoft.exchange.webservices.data.sync.Change

Packages that use Change
microsoft.exchange.webservices.data.core.response   
microsoft.exchange.webservices.data.sync   
 

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

Classes in microsoft.exchange.webservices.data.core.response with type parameters of type Change
 class SyncResponse<TServiceObject extends ServiceObject,TChange extends Change>
          Represents the base response class for synchronuization operations.
 

Uses of Change in microsoft.exchange.webservices.data.sync
 

Classes in microsoft.exchange.webservices.data.sync with type parameters of type Change
 class ChangeCollection<TChange extends Change>
          Represents a collection of changes as returned by a synchronization operation.
 

Subclasses of Change in microsoft.exchange.webservices.data.sync
 class FolderChange
          Represents a change on a folder as returned by a synchronization operation.
 class ItemChange
          Represents a change on an item as returned by a synchronization operation.
 



Copyright © 2012–2015 Microsoft. All rights reserved.