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

Uses of WellKnownFolderName in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return WellKnownFolderName
 WellKnownFolderName FolderId.getFolderName()
          Gets the name of the folder associated with the folder Id.
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.
 

Methods in microsoft.exchange.webservices.data with parameters of type WellKnownFolderName
 FolderId FolderIdCollection.add(WellKnownFolderName folderName)
          Adds a well-known folder to the collection.
static UserConfiguration UserConfiguration.bind(ExchangeService service, String name, WellKnownFolderName parentFolderName, UserConfigurationProperties properties)
          Binds to an existing user configuration and loads the specified properties.
static TasksFolder TasksFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing tasks folder and loads its first class properties.
static SearchFolder SearchFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing search folder and loads the specified set of properties.
static Folder Folder.bind(ExchangeService service, WellKnownFolderName name)
          * 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)
          * Binds to an existing contacts folder and loads its first class properties.
static CalendarFolder CalendarFolder.bind(ExchangeService service, WellKnownFolderName name)
          Binds to an existing calendar folder 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.
 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.
 Item Item.copy(WellKnownFolderName destinationFolderName)
          Creates a copy of this item in the specified folder.
 Folder Folder.copy(WellKnownFolderName destinationFolderName)
          Copies this folder into the specified folder.
 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 folders by searching the sub-folders of the specified folder.
 FindFoldersResults ExchangeService.findFolders(WellKnownFolderName parentFolderName, SearchFilter searchFilter, FolderView view)
          Obtains a list of folders by searching the sub-folders of the specified folder.
 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.
static FolderId FolderId.getFolderIdFromWellKnownFolderName(WellKnownFolderName folderName)
          Defines an implicit conversion between WellKnownFolderName and FolderId.
 Item Item.move(WellKnownFolderName destinationFolderName)
          Moves this item to a the specified folder.
 Folder Folder.move(WellKnownFolderName destinationFolderName)
          Moves this folder to a specific folder.
 boolean FolderIdCollection.remove(WellKnownFolderName folderName)
          Removes the specified well-known folder from the collection.
 void UserConfiguration.save(String name, WellKnownFolderName parentFolderName)
          Saves the user configuration.
 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 Item.save(WellKnownFolderName parentFolderName)
          Saves this item in a specific folder.
 void Folder.save(WellKnownFolderName parentFolderName)
          Saves this folder in a specific folder.
 void Appointment.save(WellKnownFolderName destinationFolderName, SendInvitationsMode sendInvitationsMode)
          Saves this appointment in the specified folder.
 void ResponseObject.sendAndSaveCopy(WellKnownFolderName destinationFolderName)
          Sends this response and saves a copy in the specified folder.
 void EmailMessage.sendAndSaveCopy(WellKnownFolderName destinationFolderName)
          * Sends this e-mail message and saves a copy of it in the specified folder.
 

Constructors in microsoft.exchange.webservices.data 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. All Rights Reserved.