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

Uses of PropertySet in microsoft.exchange.webservices.data
 

Fields in microsoft.exchange.webservices.data declared as PropertySet
static PropertySet PropertySet.FirstClassProperties
          The Constant FirstClassProperties.
static PropertySet PropertySet.IdOnly
          The Constant IdOnly.
 

Methods in microsoft.exchange.webservices.data that return PropertySet
static PropertySet PropertySet.getFirstClassProperties()
          Returns a predefined property set that includes the first class properties of an item or folder.
 PropertySet ViewBase.getPropertySet()
          Gets the property set.
static PropertySet PropertySet.getPropertySetFromBasePropertySet(BasePropertySet basePropertySet)
          Implements an implicit conversion between PropertySet and BasePropertySet.
protected  PropertySet ViewBase.getPropertySetOrDefault()
          Gets the property set or the default.
 

Methods in microsoft.exchange.webservices.data with parameters of type PropertySet
static TasksFolder TasksFolder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          Binds to an existing tasks folder and loads the specified set of properties.
static SearchFolder SearchFolder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          Binds to an existing search folder and loads the specified set of properties.
static Folder Folder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          Binds to an existing folder, whatever its actual type is, and loads the specified set of properties.
static ContactsFolder ContactsFolder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          * Binds to an existing contacts folder and loads the specified set of properties.
static CalendarFolder CalendarFolder.bind(ExchangeService service, FolderId id, PropertySet propertySet)
          Binds to an existing calendar folder and loads the specified set of 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.
static TasksFolder TasksFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing tasks folder and loads specified set of properties.
static SearchFolder SearchFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing search folder and loads the specified set of properties.
static Folder Folder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing folder, whatever its actual type is, and loads the specified set of properties.
static ContactsFolder ContactsFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          * Binds to an existing contacts folder and loads the specified set of properties.
static CalendarFolder CalendarFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing calendar folder and loads the specified set of properties.
protected
<TFolder extends Folder>
TFolder
ExchangeService.bindToFolder(Class<TFolder> cls, FolderId folderId, PropertySet propertySet)
          Binds to folder.
protected  Folder ExchangeService.bindToFolder(FolderId folderId, PropertySet propertySet)
          Binds to a folder.
protected
<TItem extends Item>
TItem
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.
 ServiceResponseCollection<GetItemResponse> ExchangeService.bindToItems(Iterable<ItemId> itemIds, PropertySet propertySet)
          * Binds to multiple items in a single call to EWS.
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, PropertySet propertySet)
          Binds to the master appointment of a recurring series and loads its first class properties.
protected abstract  void ServiceObject.internalLoad(PropertySet propertySet)
          Internal load.
protected  void ResponseObject.internalLoad(PropertySet propertySet)
          Loads the specified set of properties on the object.
protected  void PostReply.internalLoad(PropertySet propertySet)
          Loads the specified set of properties on the object.
protected  void Item.internalLoad(PropertySet propertySet)
          The property definition for the Id of this object.
protected  void Folder.internalLoad(PropertySet propertySet)
          Loads the specified set of properties on the object.
protected  void Conversation.internalLoad(PropertySet propertySet)
          This method is not supported in this object.
 void ServiceObject.load(PropertySet propertySet)
          Load.
protected  void ServiceObject.loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, boolean clearPropertyBag, PropertySet requestedPropertySet, boolean summaryPropertiesOnly)
          Load from xml.
protected  void ExchangeService.loadPropertiesForFolder(Folder folder, PropertySet propertySet)
          Load specified properties for a folder.
 ServiceResponseCollection<ServiceResponse> ExchangeService.loadPropertiesForItems(Iterable<Item> items, PropertySet propertySet)
          * Loads the properties of multiple items in a single call to EWS.
 void ViewBase.setPropertySet(PropertySet propertySet)
          Sets the property set.
 ChangeCollection<FolderChange> ExchangeService.syncFolderHierarchy(FolderId syncFolderId, PropertySet propertySet, String syncState)
          * Synchronizes the sub-folders of a specific folder.
 ChangeCollection<FolderChange> ExchangeService.syncFolderHierarchy(PropertySet propertySet, String syncState)
          * Synchronizes the entire folder hierarchy of the mailbox this Service is connected to.
 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 PropertySet
FindItemResponse(boolean isGrouped, PropertySet propertySet)
          Initializes a new instance of the FindItemResponse class.
GetFolderResponse(Folder folder, PropertySet propertySet)
          Initializes a new instance of the GetFolderResponse class.
GetItemResponse(Item item, PropertySet propertySet)
          * Initializes a new instance of the class.
SyncFolderHierarchyResponse(PropertySet propertySet)
          * Represents the response to a folder synchronization operation.
SyncFolderItemsResponse(PropertySet propertySet)
          * Initializes a new instance of the class.
SyncResponse(PropertySet propertySet)
          * Initializes a new instance of the class.
 



Copyright © 2012. All Rights Reserved.