Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.WellKnownFolderName

Packages that use WellKnownFolderName
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.core.service.folder   
microsoft.exchange.webservices.data.core.service.item   
microsoft.exchange.webservices.data.core.service.response   
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.property.complex   
 

Uses of WellKnownFolderName in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core with parameters of type WellKnownFolderName
 FindItemsResults<Appointment> ExchangeService.findAppointments(WellKnownFolderName parentFolderName, CalendarView calendarView)
          Obtains a list of appointments by searching the contents of a specific folder.
 FindFoldersResults ExchangeService.findFolders(WellKnownFolderName parentFolderName, FolderView view)
          Obtains a list of folder by searching the sub-folder of the specified folder.
 FindFoldersResults ExchangeService.findFolders(WellKnownFolderName parentFolderName, SearchFilter searchFilter, FolderView view)
          Obtains a list of folder by searching the sub-folder of the specified folder.
 FindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, ItemView view)
          Obtains a list of item by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, SearchFilter searchFilter, ItemView view)
          Obtains a list of item 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 item by searching the contents of a specific folder.
 FindItemsResults<Item> ExchangeService.findItems(WellKnownFolderName parentFolderName, String queryString, ItemView view)
          Obtains a list of item 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 item by searching the contents of a specific folder.
 

Uses of WellKnownFolderName in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return WellKnownFolderName
static WellKnownFolderName WellKnownFolderName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WellKnownFolderName[] WellKnownFolderName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of WellKnownFolderName in microsoft.exchange.webservices.data.core.service.folder
 

Methods in microsoft.exchange.webservices.data.core.service.folder with parameters of type WellKnownFolderName
static TasksFolder TasksFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing tasks folder and loads its first class property.
static SearchFolder SearchFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing search folder and loads the specified set of property.
static Folder Folder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing folder, whatever its actual type is, and loads the specified set of property.
static ContactsFolder ContactsFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing contacts folder and loads its first class property.
static CalendarFolder CalendarFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing calendar folder and loads the specified set of property.
static TasksFolder TasksFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing tasks folder and loads specified set of property.
static SearchFolder SearchFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing search folder and loads the specified set of property.
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 property.
static ContactsFolder ContactsFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing contacts folder and loads the specified set of property.
static CalendarFolder CalendarFolder.bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)
          Binds to an existing calendar folder and loads the specified set of property.
 Folder Folder.copy(WellKnownFolderName destinationFolderName)
          Copies this folder into the specified folder.
 Folder Folder.move(WellKnownFolderName destinationFolderName)
          Moves this folder to a specific folder.
 void Folder.save(WellKnownFolderName parentFolderName)
          Saves this folder in a specific folder.
 

Uses of WellKnownFolderName in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type WellKnownFolderName
 Item Item.copy(WellKnownFolderName destinationFolderName)
          Creates a copy of this item in the specified folder.
 Item Item.move(WellKnownFolderName destinationFolderName)
          Moves this item to a the specified folder.
 void Item.save(WellKnownFolderName parentFolderName)
          Saves this item in a specific folder.
 void Appointment.save(WellKnownFolderName destinationFolderName, SendInvitationsMode sendInvitationsMode)
          Saves this appointment in the specified folder.
 void EmailMessage.sendAndSaveCopy(WellKnownFolderName destinationFolderName)
          Sends this e-mail message and saves a copy of it in the specified folder.
 

Uses of WellKnownFolderName in microsoft.exchange.webservices.data.core.service.response
 

Methods in microsoft.exchange.webservices.data.core.service.response with parameters of type WellKnownFolderName
 CalendarActionResults CalendarResponseMessageBase.calendarSave(WellKnownFolderName destinationFolderName)
          Saves the response in the specified folder.
 CalendarActionResults CalendarResponseMessageBase.calendarSendAndSaveCopy(WellKnownFolderName destinationFolderName)
          Sends this response ans saves a copy in the specified folder.
 TMessage ResponseObject.save(WellKnownFolderName destinationFolderName)
          Saves the response in the specified folder.
 PostItem PostReply.save(WellKnownFolderName destinationFolderName)
          Saves the post reply in a specified folder.
 void ResponseObject.sendAndSaveCopy(WellKnownFolderName destinationFolderName)
          Sends this response and saves a copy in the specified folder.
 

Uses of WellKnownFolderName in microsoft.exchange.webservices.data.misc
 

Methods in microsoft.exchange.webservices.data.misc with parameters of type WellKnownFolderName
static UserConfiguration UserConfiguration.bind(ExchangeService service, String name, WellKnownFolderName parentFolderName, UserConfigurationProperties properties)
          Binds to an existing user configuration and loads the specified property.
 void UserConfiguration.save(String name, WellKnownFolderName parentFolderName)
          Saves the user configuration.
 

Uses of WellKnownFolderName in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex that return WellKnownFolderName
 WellKnownFolderName FolderId.getFolderName()
          Gets the name of the folder associated with the folder Id.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type WellKnownFolderName
 FolderId FolderIdCollection.add(WellKnownFolderName folderName)
          Adds a well-known folder to the collection.
static FolderId FolderId.getFolderIdFromWellKnownFolderName(WellKnownFolderName folderName)
          Defines an implicit conversion between WellKnownFolderName and FolderId.
 boolean FolderIdCollection.remove(WellKnownFolderName folderName)
          Removes the specified well-known folder from the collection.
 

Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type WellKnownFolderName
FolderId(WellKnownFolderName folderName)
          Initializes a new instance.Use this constructor to link this FolderId to a well known folder (e.g.
FolderId(WellKnownFolderName folderName, Mailbox mailbox)
          Initializes a new instance.Use this constructor to link this FolderId to a well known folder (e.g.
 



Copyright © 2012–2015 Microsoft. All rights reserved.