|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ItemId in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with parameters of type ItemId | ||
|---|---|---|
|
ExchangeService.bindToItem(Class<TItem> c,
ItemId itemId,
PropertySet propertySet)
Bind to item. |
|
Item |
ExchangeService.bindToItem(ItemId itemId,
PropertySet propertySet)
Binds to multiple item in a single call to EWS. |
|
Item |
ExchangeService.copyItem(ItemId itemId,
FolderId destinationFolderId)
Copies an item. |
|
void |
ExchangeService.deleteItem(ItemId itemId,
DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes an item. |
|
ExpandGroupResults |
ExchangeService.expandGroup(ItemId groupId)
Expands a group by retrieving a list of its members. |
|
Item |
ExchangeService.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 | |
|---|---|
IAsyncResult |
ExchangeService.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<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 | |
|---|---|
protected ItemId |
PlayOnPhoneRequest.getItemId()
Gets the item id of the message to play. |
| Methods in microsoft.exchange.webservices.data.core.request with parameters of type ItemId | |
|---|---|
void |
PlayOnPhoneRequest.setItemId(ItemId itemId)
Sets the item id. |
| Uses of ItemId in microsoft.exchange.webservices.data.core.service.item |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.item that return ItemId | |
|---|---|
ItemId |
MeetingMessage.getAssociatedAppointmentId()
Gets the associated appointment ID. |
ItemId |
Item.getId()
Gets the Id of this item. |
ItemId |
Item.getRootItemId()
Gets Id of the root item for this item. |
| Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type ItemId | |
|---|---|
static Task |
Task.bind(ExchangeService service,
ItemId id)
Binds to an existing task and loads its first class property. |
static PostItem |
PostItem.bind(ExchangeService service,
ItemId id)
Binds to an existing post item and loads its first class property. |
static MeetingResponse |
MeetingResponse.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting response and loads the specified set of property. |
static MeetingRequest |
MeetingRequest.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting response and loads the specified set of property. |
static MeetingMessage |
MeetingMessage.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting message and loads its first class property. |
static MeetingCancellation |
MeetingCancellation.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting cancellation message and loads the specified set of property. |
static Item |
Item.bind(ExchangeService service,
ItemId id)
Binds to an existing item, whatever its actual type is, and loads the specified set of property. |
static EmailMessage |
EmailMessage.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 ContactGroup |
ContactGroup.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 Contact |
Contact.bind(ExchangeService service,
ItemId id)
Binds to an existing contact and loads its first class property. |
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id)
Binds to an existing appointment and loads its first class property. |
static Task |
Task.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing task and loads the specified set of property. |
static PostItem |
PostItem.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing post item and loads the specified set of property. |
static MeetingResponse |
MeetingResponse.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting response and loads the specified set of property. |
static MeetingRequest |
MeetingRequest.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting response and loads the specified set of property. |
static MeetingMessage |
MeetingMessage.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting message and loads the specified set of property. |
static MeetingCancellation |
MeetingCancellation.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting cancellation message and loads the specified set of property. |
static Item |
Item.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 EmailMessage |
EmailMessage.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 ContactGroup |
ContactGroup.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 Contact |
Contact.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing contact and loads the specified set of property. |
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing appointment and loads the specified set of property. |
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex)
Binds to an existing appointment and loads its first class property. |
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex,
PropertySet propertySet)
Binds to an existing appointment and loads its first class property. |
static Appointment |
Appointment.bindToRecurringMaster(ExchangeService service,
ItemId occurrenceId)
Binds to the master appointment of a recurring series and loads its first class property. |
static Appointment |
Appointment.bindToRecurringMaster(ExchangeService service,
ItemId occurrenceId,
PropertySet propertySet)
Binds to the master appointment of a recurring series and loads its first class property. |
| Uses of ItemId in microsoft.exchange.webservices.data.messaging |
|---|
| Methods in microsoft.exchange.webservices.data.messaging with parameters of type ItemId | |
|---|---|
PhoneCall |
UnifiedMessaging.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 | |
|---|---|
ItemId |
UserConfiguration.getItemId()
Gets the Id of the user configuration. |
| Methods in microsoft.exchange.webservices.data.misc with parameters of type ItemId | |
|---|---|
protected void |
ItemIdWrapperList.add(ItemId itemId)
Adds the specified item id. |
| Method parameters in microsoft.exchange.webservices.data.misc with type arguments of type ItemId | |
|---|---|
void |
ItemIdWrapperList.addRange(Iterable<ItemId> itemIds)
Adds the range. |
| Uses of ItemId in microsoft.exchange.webservices.data.notification |
|---|
| Methods in microsoft.exchange.webservices.data.notification that return ItemId | |
|---|---|
ItemId |
ItemEvent.getItemId()
Gets the Id of the item this event applies to. |
ItemId |
ItemEvent.getOldItemId()
Gets the Id of the item that was moved or copied. |
| Uses of ItemId in microsoft.exchange.webservices.data.property.complex |
|---|
| Subclasses of ItemId in microsoft.exchange.webservices.data.property.complex | |
|---|---|
class |
AppointmentOccurrenceId
Represents the Id of an occurrence of a recurring appointment. |
class |
RecurringAppointmentMasterId
Represents the Id of an occurrence of a recurring appointment. |
| Methods in microsoft.exchange.webservices.data.property.complex that return ItemId | |
|---|---|
protected ItemId |
ItemIdCollection.createComplexProperty(String xmlElementName)
Creates the complex property. |
ItemId |
EmailAddress.getId()
Gets the Id of the contact the e-mail address represents. |
ItemId |
OccurrenceInfo.getItemId()
Gets the Id of the occurrence. |
static ItemId |
ItemId.getItemIdFromString(String uniqueId)
Defines an implicit conversion between string and ItemId. |
ItemId |
RuleActions.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 | |
|---|---|
void |
GroupMemberCollection.addContactGroup(ItemId contactGroupId)
Adds a member linked to a Contact Group. |
void |
GroupMemberCollection.addPersonalContact(ItemId contactId)
Adds a member linked to a contact?s first available e-mail address. |
void |
GroupMemberCollection.addPersonalContact(ItemId contactId,
String addressToLink)
Adds a member linked to a specific contact?s e-mail address. |
protected String |
ItemIdCollection.getCollectionItemXmlElementName(ItemId complexProperty)
Gets the name of the collection item XML element. |
void |
EmailAddress.setId(ItemId id)
Sets the Id of the contact the e-mail address represents. |
void |
RuleActions.setServerReplyWithMessage(ItemId value)
|
| Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type ItemId | |
|---|---|
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 | |
|---|---|
ItemId |
ItemChange.getItemId()
Gets the Id of the item the change applies to. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||