|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ItemId in microsoft.exchange.webservices.data |
|---|
| Subclasses of ItemId in microsoft.exchange.webservices.data | |
|---|---|
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 that return ItemId | |
|---|---|
protected ItemId |
ItemIdCollection.createComplexProperty(String xmlElementName)
Creates the complex property. |
ItemId |
Item.getId()
Gets the Id of this item. |
ItemId |
EmailAddress.getId()
* Gets the Id of the contact the e-mail address represents. |
ItemId |
UserConfiguration.getItemId()
Gets the Id of the user configuration. |
ItemId |
OccurrenceInfo.getItemId()
Gets the Id of the occurrence. |
ItemId |
ItemEvent.getItemId()
Gets the Id of the item this event applies to. |
ItemId |
ItemChange.getItemId()
* Gets the Id of the item the change applies to. |
static ItemId |
ItemId.getItemIdFromString(String uniqueId)
* Defines an implicit conversion between string and ItemId. |
ItemId |
ItemEvent.getOldItemId()
Gets the Id of the item that was moved or copied. |
protected ItemId |
Item.getRootItemId()
Gets Id of the root item for this item. |
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 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. |
|
static Task |
Task.bind(ExchangeService service,
ItemId id)
* Binds to an existing task and loads its first class properties. |
|
static PostItem |
PostItem.bind(ExchangeService service,
ItemId id)
Binds to an existing post item and loads its first class properties. |
|
static MeetingResponse |
MeetingResponse.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting response and loads the specified set of properties. |
|
static MeetingRequest |
MeetingRequest.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting response and loads the specified set of properties. |
|
static MeetingMessage |
MeetingMessage.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting message and loads its first class properties. |
|
static MeetingCancellation |
MeetingCancellation.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting cancellation message and loads the specified set of properties. |
|
static Item |
Item.bind(ExchangeService service,
ItemId id)
Binds to an existing item, whatever its actual type is, and loads the specified set of properties. |
|
static EmailMessage |
EmailMessage.bind(ExchangeService service,
ItemId id)
* Binds to an existing e-mail message and loads its first class properties.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 properties.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 properties. |
|
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id)
Binds to an existing appointment and loads its first class properties. |
|
static Task |
Task.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
* Binds to an existing task and loads the specified set of properties. |
|
static PostItem |
PostItem.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing post item and loads the specified set of properties. |
|
static MeetingResponse |
MeetingResponse.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting response and loads the specified set of properties. |
|
static MeetingRequest |
MeetingRequest.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting response and loads the specified set of properties. |
|
static MeetingMessage |
MeetingMessage.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting message and loads the specified set of properties. |
|
static MeetingCancellation |
MeetingCancellation.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting cancellation message and loads the specified set of properties. |
|
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 properties. |
|
static EmailMessage |
EmailMessage.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
* Binds to an existing e-mail message and loads the specified set of properties.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 properties.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 properties. |
|
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing appointment and loads the specified set of properties. |
|
protected
|
ExchangeService.bindToItem(Class<TItem> c,
ItemId itemId,
PropertySet propertySet)
Bind to item. |
|
protected Item |
ExchangeService.bindToItem(ItemId itemId,
PropertySet propertySet)
* Binds to multiple items in a single call to EWS. |
|
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex)
Binds to an existing appointment and loads its first class properties. |
|
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex,
PropertySet propertySet)
Binds to an existing appointment and loads its first class properties. |
|
static Appointment |
Appointment.bindToRecurringMaster(ExchangeService service,
ItemId occurrenceId)
Binds to the master appointment of a recurring series and loads its first class properties. |
|
static Appointment |
Appointment.bindToRecurringMaster(ExchangeService service,
ItemId occurrenceId,
PropertySet propertySet)
Binds to the master appointment of a recurring series and loads its first class properties. |
|
protected Item |
ExchangeService.copyItem(ItemId itemId,
FolderId destinationFolderId)
Copies an item. |
|
protected 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. |
|
protected String |
ItemIdCollection.getCollectionItemXmlElementName(ItemId complexProperty)
Gets the name of the collection item XML element. |
|
protected Item |
ExchangeService.moveItem(ItemId itemId,
FolderId destinationFolderId)
Copies multiple items in a single call to EWS. |
|
PhoneCall |
UnifiedMessaging.playOnPhone(ItemId itemId,
String dialString)
Calls a phone and reads a message to the person who picks up. |
|
void |
EmailAddress.setId(ItemId id)
* Sets the Id of the contact the e-mail address represents. |
|
void |
RuleActions.setServerReplyWithMessage(ItemId value)
|
|
| Method parameters in microsoft.exchange.webservices.data with type arguments of type ItemId | |
|---|---|
ServiceResponseCollection<GetItemResponse> |
ExchangeService.bindToItems(Iterable<ItemId> itemIds,
PropertySet propertySet)
* Binds to multiple items in a single call to EWS. |
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.copyItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId)
* Copies multiple items in a single call to EWS. |
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.copyItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId,
boolean returnNewItemIds)
Copies multiple items in a single call to EWS. |
ServiceResponseCollection<ServiceResponse> |
ExchangeService.deleteItems(Iterable<ItemId> itemIds,
DeleteMode deleteMode,
SendCancellationsMode sendCancellationsMode,
AffectedTaskOccurrence affectedTaskOccurrences)
Deletes multiple items in a single call to EWS. |
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.moveItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId)
* Moves multiple items in a single call to EWS. |
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.moveItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId,
boolean returnNewItemIds)
Moves multiple items 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 items of a specific folder. |
| Constructors in microsoft.exchange.webservices.data 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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||