Uses of Class
microsoft.exchange.webservices.data.core.enumeration.sync.ChangeType

Packages that use ChangeType
microsoft.exchange.webservices.data.core.enumeration.sync   
microsoft.exchange.webservices.data.sync   
 

Uses of ChangeType in microsoft.exchange.webservices.data.core.enumeration.sync
 

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

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

Methods in microsoft.exchange.webservices.data.sync that return ChangeType
 ChangeType Change.getChangeType()
          Gets the type of the change.
 

Methods in microsoft.exchange.webservices.data.sync with parameters of type ChangeType
 void Change.setChangeType(ChangeType changeType)
          sets the type of the change.
 



Copyright © 2012–2015 Microsoft. All rights reserved.