Modifier and Type | Method and Description |
---|---|
<TItem extends Item> |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected ItemId |
PlayOnPhoneRequest.getItemId()
Gets the item id of the message to play.
|
Modifier and Type | Method and Description |
---|---|
void |
PlayOnPhoneRequest.setItemId(ItemId itemId)
Sets the item id.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PhoneCall |
UnifiedMessaging.playOnPhone(ItemId itemId,
String dialString)
Calls a phone and reads a message to the person who picks up.
|
Modifier and Type | Method and Description |
---|---|
ItemId |
UserConfiguration.getItemId()
Gets the Id of the user configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ItemIdWrapperList.add(ItemId itemId)
Adds the specified item id.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemIdWrapperList.addRange(Iterable<ItemId> itemIds)
Adds the range.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AppointmentOccurrenceId
Represents the Id of an occurrence of a recurring appointment.
|
class |
RecurringAppointmentMasterId
Represents the Id of an occurrence of a recurring appointment.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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?
|
void |
GroupMemberCollection.addPersonalContact(ItemId contactId,
String addressToLink)
Adds a member linked to a specific contact?
|
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) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ItemId |
ItemChange.getItemId()
Gets the Id of the item the change applies to.
|
Copyright © 2012–2015 Microsoft. All rights reserved.