Uses of Class
microsoft.exchange.webservices.data.property.complex.ItemId
-
-
Uses of ItemId in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type ItemId Modifier and Type Method Description <TItem extends Item>
TItemExchangeService. bindToItem(Class<TItem> c, ItemId itemId, PropertySet propertySet)Bind to item.ItemExchangeService. bindToItem(ItemId itemId, PropertySet propertySet)Binds to multiple item in a single call to EWS.ItemExchangeService. copyItem(ItemId itemId, FolderId destinationFolderId)Copies an item.voidExchangeService. deleteItem(ItemId itemId, DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)Deletes an item.ExpandGroupResultsExchangeService. expandGroup(ItemId groupId)Expands a group by retrieving a list of its members.ExportItemsResponseExchangeService. exportItem(ItemId itemId)ItemExchangeService. moveItem(ItemId itemId, FolderId destinationFolderId)Copies multiple item in a single call to EWS.Method parameters in microsoft.exchange.webservices.data.core with type arguments of type ItemId Modifier and Type Method Description IAsyncResultExchangeService. beginSyncFolderItems(AsyncCallback callback, Object state, FolderId syncFolderId, PropertySet propertySet, Iterable<ItemId> ignoredItemIds, int maxChangesReturned, SyncFolderItemsScope syncScope, String syncState)Begins an asynchronous request to synchronize the item of a specific folder.ServiceResponseCollection<GetItemResponse>ExchangeService. bindToItems(Iterable<ItemId> itemIds, PropertySet propertySet)Binds to multiple item in a single call to EWS.ServiceResponseCollection<MoveCopyItemResponse>ExchangeService. copyItems(Iterable<ItemId> itemIds, FolderId destinationFolderId)Copies multiple item in a single call to EWS.ServiceResponseCollection<MoveCopyItemResponse>ExchangeService. copyItems(Iterable<ItemId> itemIds, FolderId destinationFolderId, boolean returnNewItemIds)Copies multiple item in a single call to EWS.ServiceResponseCollection<ServiceResponse>ExchangeService. deleteItems(Iterable<ItemId> itemIds, DeleteMode deleteMode, SendCancellationsMode sendCancellationsMode, AffectedTaskOccurrence affectedTaskOccurrences)Deletes multiple item in a single call to EWS.ServiceResponseCollection<ExportItemsResponse>ExchangeService. exportItems(Iterable<ItemId> itemIds)ServiceResponseCollection<MoveCopyItemResponse>ExchangeService. moveItems(Iterable<ItemId> itemIds, FolderId destinationFolderId)Moves multiple item in a single call to EWS.ServiceResponseCollection<MoveCopyItemResponse>ExchangeService. moveItems(Iterable<ItemId> itemIds, FolderId destinationFolderId, boolean returnNewItemIds)Moves multiple item in a single call to EWS.ChangeCollection<ItemChange>ExchangeService. syncFolderItems(FolderId syncFolderId, PropertySet propertySet, Iterable<ItemId> ignoredItemIds, int maxChangesReturned, SyncFolderItemsScope syncScope, String syncState)Synchronizes the item of a specific folder. -
Uses of ItemId in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return ItemId Modifier and Type Method Description protected ItemIdPlayOnPhoneRequest. getItemId()Gets the item id of the message to play.Methods in microsoft.exchange.webservices.data.core.request with parameters of type ItemId Modifier and Type Method Description voidPlayOnPhoneRequest. setItemId(ItemId itemId)Sets the item id. -
Uses of ItemId in microsoft.exchange.webservices.data.core.response
Methods in microsoft.exchange.webservices.data.core.response that return ItemId Modifier and Type Method Description ItemIdExportItemsResponse. getItemId()ItemIdUploadItemsResponse. getItemId() -
Uses of ItemId in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return ItemId Modifier and Type Method Description ItemIdMeetingMessage. getAssociatedAppointmentId()Gets the associated appointment ID.ItemIdItem. getId()Gets the Id of this item.ItemIdUploadItem. getItemId()ItemIdItem. getRootItemId()Gets Id of the root item for this item.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type ItemId Modifier and Type Method Description static AppointmentAppointment. bind(ExchangeService service, ItemId id)Binds to an existing appointment and loads its first class property.static AppointmentAppointment. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing appointment and loads the specified set of property.static ContactContact. bind(ExchangeService service, ItemId id)Binds to an existing contact and loads its first class property.static ContactContact. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing contact and loads the specified set of property.static ContactGroupContactGroup. bind(ExchangeService service, ItemId id)Binds to an existing contact group and loads the specified set of property.Calling this method results in a call to EWS.static ContactGroupContactGroup. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing contact group and loads the specified set of property.Calling this method results in a call to EWS.static EmailMessageEmailMessage. bind(ExchangeService service, ItemId id)Binds to an existing e-mail message and loads its first class property.Calling this method results in a call to EWS.static EmailMessageEmailMessage. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing e-mail message and loads the specified set of property.Calling this method results in a call to EWS.static ItemItem. bind(ExchangeService service, ItemId id)Binds to an existing item, whatever its actual type is, and loads the specified set of property.static ItemItem. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing item, whatever its actual type is, and loads the specified set of property.static MeetingCancellationMeetingCancellation. bind(ExchangeService service, ItemId id)Binds to an existing meeting cancellation message and loads the specified set of property.static MeetingCancellationMeetingCancellation. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing meeting cancellation message and loads the specified set of property.static MeetingMessageMeetingMessage. bind(ExchangeService service, ItemId id)Binds to an existing meeting message and loads its first class property.static MeetingMessageMeetingMessage. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing meeting message and loads the specified set of property.static MeetingRequestMeetingRequest. bind(ExchangeService service, ItemId id)Binds to an existing meeting response and loads the specified set of property.static MeetingRequestMeetingRequest. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing meeting response and loads the specified set of property.static MeetingResponseMeetingResponse. bind(ExchangeService service, ItemId id)Binds to an existing meeting response and loads the specified set of property.static MeetingResponseMeetingResponse. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing meeting response and loads the specified set of property.static PostItemPostItem. bind(ExchangeService service, ItemId id)Binds to an existing post item and loads its first class property.static PostItemPostItem. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing post item and loads the specified set of property.static TaskTask. bind(ExchangeService service, ItemId id)Binds to an existing task and loads its first class property.static TaskTask. bind(ExchangeService service, ItemId id, PropertySet propertySet)Binds to an existing task and loads the specified set of property.static AppointmentAppointment. bindToOccurrence(ExchangeService service, ItemId recurringMasterId, int occurenceIndex)Binds to an existing appointment and loads its first class property.static AppointmentAppointment. bindToOccurrence(ExchangeService service, ItemId recurringMasterId, int occurenceIndex, PropertySet propertySet)Binds to an existing appointment and loads its first class property.static AppointmentAppointment. bindToRecurringMaster(ExchangeService service, ItemId occurrenceId)Binds to the master appointment of a recurring series and loads its first class property.static AppointmentAppointment. bindToRecurringMaster(ExchangeService service, ItemId occurrenceId, PropertySet propertySet)Binds to the master appointment of a recurring series and loads its first class property.UploadItemUploadItem. setItemId(ItemId itemId)Constructors in microsoft.exchange.webservices.data.core.service.item with parameters of type ItemId Constructor Description EmailMessage(ExchangeService service, ItemId itemId)Item(ExchangeService service, ItemId itemId) -
Uses of ItemId in microsoft.exchange.webservices.data.messaging
Methods in microsoft.exchange.webservices.data.messaging with parameters of type ItemId Modifier and Type Method Description PhoneCallUnifiedMessaging. playOnPhone(ItemId itemId, String dialString)Calls a phone and reads a message to the person who picks up. -
Uses of ItemId in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return ItemId Modifier and Type Method Description ItemIdItemIdWrapper. getItemId()ItemIdUserConfiguration. getItemId()Gets the Id of the user configuration.Methods in microsoft.exchange.webservices.data.misc with parameters of type ItemId Modifier and Type Method Description protected voidItemIdWrapperList. add(ItemId itemId)Adds the specified item id.Method parameters in microsoft.exchange.webservices.data.misc with type arguments of type ItemId Modifier and Type Method Description voidItemIdWrapperList. addRange(Iterable<ItemId> itemIds)Adds the range.Constructors in microsoft.exchange.webservices.data.misc with parameters of type ItemId Constructor Description ItemIdWrapper(ItemId itemId)Initializes a new instance of ItemIdWrapper. -
Uses of ItemId in microsoft.exchange.webservices.data.notification
Methods in microsoft.exchange.webservices.data.notification that return ItemId Modifier and Type Method Description ItemIdItemEvent. getItemId()Gets the Id of the item this event applies to.ItemIdItemEvent. getOldItemId()Gets the Id of the item that was moved or copied.Constructors in microsoft.exchange.webservices.data.notification with parameters of type ItemId Constructor Description ItemEvent(EventType eventType, ItemId itemId, FolderId parentFolderId)Initializes a new instance. -
Uses of ItemId in microsoft.exchange.webservices.data.property.complex
Subclasses of ItemId in microsoft.exchange.webservices.data.property.complex Modifier and Type Class Description classAppointmentOccurrenceIdRepresents the Id of an occurrence of a recurring appointment.classRecurringAppointmentMasterIdRepresents the Id of an occurrence of a recurring appointment.Methods in microsoft.exchange.webservices.data.property.complex that return ItemId Modifier and Type Method Description protected ItemIdItemIdCollection. createComplexProperty(String xmlElementName)Creates the complex property.ItemIdEmailAddress. getId()Gets the Id of the contact the e-mail address represents.ItemIdOccurrenceInfo. getItemId()Gets the Id of the occurrence.static ItemIdItemId. getItemIdFromString(String uniqueId)Defines an implicit conversion between string and ItemId.ItemIdRuleActions. getServerReplyWithMessage()Gets or sets the Id of the template message that should be sent as a reply to incoming messages.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type ItemId Modifier and Type Method Description voidGroupMemberCollection. addContactGroup(ItemId contactGroupId)Adds a member linked to a Contact Group.voidGroupMemberCollection. addPersonalContact(ItemId contactId)Adds a member linked to a contact?s first available e-mail address.voidGroupMemberCollection. addPersonalContact(ItemId contactId, String addressToLink)Adds a member linked to a specific contact?s e-mail address.protected StringItemIdCollection. getCollectionItemXmlElementName(ItemId complexProperty)Gets the name of the collection item XML element.voidEmailAddress. setId(ItemId id)Sets the Id of the contact the e-mail address represents.voidRuleActions. setServerReplyWithMessage(ItemId value)Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type ItemId Constructor Description EmailAddress(String name, String address, String routingType, MailboxType mailboxType, ItemId id)Initializes a new instance.GroupMember(ItemId contactGroupId)Initializes a new instance of the GroupMember class.GroupMember(ItemId contactId, String addressToLink)Initializes a new instance of the GroupMember class. -
Uses of ItemId in microsoft.exchange.webservices.data.sync
Methods in microsoft.exchange.webservices.data.sync that return ItemId Modifier and Type Method Description ItemIdItemChange. getItemId()Gets the Id of the item the change applies to.
-