Uses of Class
microsoft.exchange.webservices.data.Item

Uses of Item in microsoft.exchange.webservices.data
 

Classes in microsoft.exchange.webservices.data with type parameters of type Item
 class FindItemResponse<TItem extends Item>
          Represents the response to a item search operation.
 class FindItemsResults<TItem extends Item>
          Represents the results of an item search operation.
 class GenericItemAttachment<TItem extends Item>
          Represents a strongly typed item attachment.
 class GroupedFindItemsResults<TItem extends Item>
          Represents the results of an item search operation.
 class ItemCollection<TItem extends Item>
          Represents a collection of items.
 class ItemGroup<TItem extends Item>
          Represents a group of items as returned by grouped item search operations.
 

Subclasses of Item in microsoft.exchange.webservices.data
 class Appointment
          Represents an appointment or a meeting.
 class Contact
          Represents a contact.
 class ContactGroup
          Represents a Contact Group.
 class EmailMessage
          Represents an e-mail message.
 class MeetingCancellation
          Represents a meeting cancellation message.
 class MeetingMessage
          Represents a meeting-related message.
 class MeetingRequest
          Represents a meeting request that an attendee can accept or decline.
 class MeetingResponse
          Represents a response to a meeting request.
 class PostItem
          Represents a post item.
 class Task
          Represents a Task item.
 

Methods in microsoft.exchange.webservices.data with type parameters of type Item
<TItem extends Item>
GenericItemAttachment<TItem>
AttachmentCollection.addItemAttachment(Class<TItem> cls)
          * Adds an item attachment to the collection.
protected
<TItem extends Item>
TItem
ExchangeService.bindToItem(Class<TItem> c, ItemId itemId, PropertySet propertySet)
          Bind to item.
protected
<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>
ExchangeService.findItems(Class<TItem> cls, FolderId parentFolderId, SearchFilter searchFilter, ViewBase view, Grouping groupBy)
          Obtains a grouped list of items by searching the contents of a specific folder.
protected
<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>
ExchangeService.findItems(Iterable<FolderId> parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, microsoft.exchange.webservices.data.ServiceErrorHandling errorHandlingMode)
          Finds items.
 

Methods in microsoft.exchange.webservices.data that return Item
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 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.
protected  Item ExchangeService.bindToItem(ItemId itemId, PropertySet propertySet)
          * Binds to multiple items in a single call to EWS.
 Item Item.copy(FolderId destinationFolderId)
          Creates a copy of this item in the specified folder.
 Item Item.copy(WellKnownFolderName destinationFolderName)
          Creates a copy of this item in the specified folder.
protected  Item ExchangeService.copyItem(ItemId itemId, FolderId destinationFolderId)
          Copies an item.
 Item MoveCopyItemResponse.getItem()
          * Gets the copied or moved item.
 Item ItemChange.getItem()
          * Gets the item the change applies to.
 Item ItemAttachment.getItem()
          Gets the item associated with the attachment.
 Item GetItemResponse.getItem()
          Gets the item that was retrieved.
protected  Item Attachment.getOwner()
          Gets the owner of the attachment.
 Item UpdateItemResponse.getReturnedItem()
          * Gets the item that was returned by the update operation.
protected  Item Item.internalUpdate(FolderId parentFolderId, ConflictResolutionMode conflictResolutionMode, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Update item.
 Item Item.move(FolderId destinationFolderId)
          Moves this item to a the specified folder.
 Item Item.move(WellKnownFolderName destinationFolderName)
          Moves this item to a the specified folder.
protected  Item ExchangeService.moveItem(ItemId itemId, FolderId destinationFolderId)
          Copies multiple items in a single call to EWS.
protected  Item ExchangeService.updateItem(Item item, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Updates an item.
 

Methods in microsoft.exchange.webservices.data that return types with arguments of type Item
 FindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, ItemView view)
          Obtains a list of items by searching the contents of a specific folder.
 GroupedFindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, ItemView view, Grouping groupBy)
          Obtains a grouped list of items by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, SearchFilter searchFilter, ItemView view)
          Obtains a list of items by searching the contents of a specific folder.
 GroupedFindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, SearchFilter searchFilter, ItemView view, Grouping groupBy)
          Obtains a grouped list of items by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, String queryString, ItemView view)
          Obtains a list of items by searching the contents of a specific folder.
 GroupedFindItemsResults<Item> ExchangeService.findItems(FolderId parentFolderId, String queryString, ItemView view, Grouping groupBy)
          Obtains a grouped list of items by searching the contents of a specific folder.
 FindItemsResults<Item> Folder.findItems(ItemView view)
          Find items.
 GroupedFindItemsResults<Item> Folder.findItems(ItemView view, Grouping groupBy)
          Obtains a grouped list of items by searching the contents of this folder.
 FindItemsResults<Item> Folder.findItems(SearchFilter searchFilter, ItemView view)
          Find items.
 GroupedFindItemsResults<Item> Folder.findItems(SearchFilter searchFilter, ItemView view, Grouping groupBy)
          Find items.
 FindItemsResults<Item> Folder.findItems(String queryString, ItemView view)
          Find items.
 GroupedFindItemsResults<Item> Folder.findItems(String queryString, ItemView view, Grouping groupBy)
          Find items.
 FindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, ItemView view)
          Obtains a list of items by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, SearchFilter searchFilter, ItemView view)
          Obtains a list of items by searching the contents of a specific folder.
 GroupedFindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, SearchFilter searchFilter, ItemView view, Grouping groupBy)
          Obtains a grouped list of items by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, String queryString, ItemView view)
          Obtains a list of items by searching the contents of a specific folder.
 GroupedFindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, String queryString, ItemView view, Grouping groupBy)
          Obtains a grouped list of items by searching the contents of a specific folder.
protected  List<Item> ResponseObject.internalCreate(FolderId destinationFolderId, MessageDisposition messageDisposition)
          Create the response object.
protected  List<Item> ExchangeService.internalCreateResponseObject(ServiceObject responseObject, FolderId parentFolderId, MessageDisposition messageDisposition)
          Create response object.
 Iterator<Item> FindItemsResults.iterator()
          Returns an iterator that iterates through the collection.
 

Methods in microsoft.exchange.webservices.data with parameters of type Item
protected  void ExchangeService.createItem(Item item, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)
          * Creates an item.
protected  void ExchangeService.sendItem(Item item, FolderId savedCopyDestinationFolderId)
          Send item.
protected  void ItemAttachment.setItem(Item item)
          Sets the item associated with the attachment.
protected  Item ExchangeService.updateItem(Item item, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          Updates an item.
 

Method parameters in microsoft.exchange.webservices.data with type arguments of type Item
 ServiceResponseCollection<ServiceResponse> ExchangeService.createItems(Collection<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)
          * Creates multiple items in a single EWS call.
 ServiceResponseCollection<ServiceResponse> ExchangeService.loadPropertiesForItems(Iterable<Item> items, PropertySet propertySet)
          * Loads the properties of multiple items in a single call to EWS.
 ServiceResponseCollection<UpdateItemResponse> ExchangeService.updateItems(Iterable<Item> items, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
          * Updates multiple items in a single EWS call.
 

Constructors in microsoft.exchange.webservices.data with parameters of type Item
AcceptMeetingInvitationMessage(Item referenceItem, boolean tentative)
          Initializes a new instance of the AcceptMeetingInvitationMessage class.
Attachment(Item owner)
          * Initializes a new instance.
CalendarResponseMessage(Item referenceItem)
          Initializes a new instance of the CalendarResponseMessage class.
CancelMeetingMessage(Item referenceItem)
          * Initializes a new instance of the class.
DeclineMeetingInvitationMessage(Item referenceItem)
          Initializes a new instance of the DeclineMeetingInvitationMessage class.
FileAttachment(Item owner)
          * Initializes a new instance.
GenericItemAttachment(Item owner)
          * Initializes a new instance of the GenericItemAttachment class.
GetItemResponse(Item item, PropertySet propertySet)
          * Initializes a new instance of the class.
ItemAttachment(Item owner)
          Initializes a new instance of the class.
PostReply(Item referenceItem)
          Initializes a new instance of the class.
ResponseObject(Item referenceItem)
          Initializes a new instance of the class.
UpdateItemResponse(Item item)
          * Initializes a new instance of the class.
 



Copyright © 2012. All Rights Reserved.