Uses of Class
microsoft.exchange.webservices.data.property.complex.ServiceId

Packages that use ServiceId
microsoft.exchange.webservices.data.core.service   
microsoft.exchange.webservices.data.property.complex   
microsoft.exchange.webservices.data.sync   
 

Uses of ServiceId in microsoft.exchange.webservices.data.core.service
 

Methods in microsoft.exchange.webservices.data.core.service that return ServiceId
 ServiceId ServiceObject.getId()
          Gets the id.
 

Uses of ServiceId in microsoft.exchange.webservices.data.property.complex
 

Subclasses of ServiceId in microsoft.exchange.webservices.data.property.complex
 class AppointmentOccurrenceId
          Represents the Id of an occurrence of a recurring appointment.
 class ConversationId
          Represents the Id of a Conversation.
 class FolderId
          Represents the Id of a folder.
 class ItemId
          Represents the Id of an Exchange item.
 class RecurringAppointmentMasterId
          Represents the Id of an occurrence of a recurring appointment.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type ServiceId
 void ServiceId.assign(ServiceId source)
          Assigns from existing id.
 boolean ServiceId.sameIdAndChangeKey(ServiceId other)
          Determines whether two ServiceId instances are equal (including ChangeKeys).
 

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

Methods in microsoft.exchange.webservices.data.sync that return ServiceId
 ServiceId ItemChange.createId()
          Creates an ItemId instance.
 ServiceId FolderChange.createId()
          Creates a FolderId instance.
abstract  ServiceId Change.createId()
          Initializes a new instance of Change.
 ServiceId Change.getId()
          Gets the Id of the service object the change applies to.
 

Methods in microsoft.exchange.webservices.data.sync with parameters of type ServiceId
 void Change.setId(ServiceId id)
          Sets the id.
 



Copyright © 2012–2015 Microsoft. All rights reserved.