Uses of Class
microsoft.exchange.webservices.data.property.complex.ServiceId
-
Packages that use ServiceId Package Description 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 Modifier and Type Method Description ServiceIdServiceObject. getId()Gets the id.Constructors in microsoft.exchange.webservices.data.core.service with parameters of type ServiceId Constructor Description ServiceObject(ExchangeService service, ServiceId serviceId) -
Uses of ServiceId in microsoft.exchange.webservices.data.property.complex
Subclasses of ServiceId in microsoft.exchange.webservices.data.property.complex Modifier and Type Class Description classAppointmentOccurrenceIdRepresents the Id of an occurrence of a recurring appointment.classConversationIdRepresents the Id of a Conversation.classFolderIdRepresents the Id of a folder.classItemIdRepresents the Id of an Exchange item.classRecurringAppointmentMasterIdRepresents the Id of an occurrence of a recurring appointment.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type ServiceId Modifier and Type Method Description voidServiceId. assign(ServiceId source)Assigns from existing id.booleanServiceId. 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 Modifier and Type Method Description abstract ServiceIdChange. createId()Initializes a new instance of Change.ServiceIdFolderChange. createId()Creates a FolderId instance.ServiceIdItemChange. createId()Creates an ItemId instance.ServiceIdChange. getId()Gets the Id of the service object the change applies to.Methods in microsoft.exchange.webservices.data.sync with parameters of type ServiceId Modifier and Type Method Description voidChange. setId(ServiceId id)Sets the id.
-