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

Uses of ServiceId in microsoft.exchange.webservices.data
 

Subclasses of ServiceId in microsoft.exchange.webservices.data
 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 that return ServiceId
protected  ServiceId ItemChange.createId()
          Creates an ItemId instance.
protected  ServiceId FolderChange.createId()
          Creates a FolderId instance.
protected abstract  ServiceId Change.createId()
          Initializes a new instance of Change.
protected  ServiceId ServiceObject.getId()
          Gets the id.
protected  ServiceId Change.getId()
          Gets the Id of the service object the change applies to.
 

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



Copyright © 2012. All Rights Reserved.