Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.WellKnownFolderName
-
-
Uses of WellKnownFolderName in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type WellKnownFolderName Modifier and Type Method Description FindItemsResults<Appointment>ExchangeService. findAppointments(WellKnownFolderName parentFolderName, CalendarView calendarView)Obtains a list of appointments by searching the contents of a specific folder.FindFoldersResultsExchangeService. findFolders(WellKnownFolderName parentFolderName, SearchFilter searchFilter, FolderView view)Obtains a list of folder by searching the sub-folder of the specified folder.FindFoldersResultsExchangeService. findFolders(WellKnownFolderName parentFolderName, FolderView view)Obtains a list of folder by searching the sub-folder of the specified 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.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, ItemView view)Obtains a 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 Modifier and Type Method Description static WellKnownFolderNameWellKnownFolderName. 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 that return WellKnownFolderName Modifier and Type Method Description WellKnownFolderNameFolder. getWellKnownFolderName()Gets the well known folder name.Methods in microsoft.exchange.webservices.data.core.service.folder with parameters of type WellKnownFolderName Modifier and Type Method Description static CalendarFolderCalendarFolder. bind(ExchangeService service, WellKnownFolderName name)Binds to an existing calendar folder and loads the specified set of property.static CalendarFolderCalendarFolder. bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)Binds to an existing calendar folder and loads the specified set of property.static ContactsFolderContactsFolder. bind(ExchangeService service, WellKnownFolderName name)Binds to an existing contacts folder and loads its first class property.static ContactsFolderContactsFolder. bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)Binds to an existing contacts folder and loads the specified set of property.static FolderFolder. bind(ExchangeService service, WellKnownFolderName name)Binds to an existing folder, whatever its actual type is, and loads the specified set of property.static FolderFolder. 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 SearchFolderSearchFolder. bind(ExchangeService service, WellKnownFolderName name)Binds to an existing search folder and loads the specified set of property.static SearchFolderSearchFolder. bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)Binds to an existing search folder and loads the specified set of property.static TasksFolderTasksFolder. bind(ExchangeService service, WellKnownFolderName name)Binds to an existing tasks folder and loads its first class property.static TasksFolderTasksFolder. bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet)Binds to an existing tasks folder and loads specified set of property.FolderFolder. copy(WellKnownFolderName destinationFolderName)Copies this folder into the specified folder.FolderFolder. move(WellKnownFolderName destinationFolderName)Moves this folder to a specific folder.voidFolder. 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 Modifier and Type Method Description ItemItem. copy(WellKnownFolderName destinationFolderName)Creates a copy of this item in the specified folder.ItemItem. move(WellKnownFolderName destinationFolderName)Moves this item to a the specified folder.voidAppointment. save(WellKnownFolderName destinationFolderName, SendInvitationsMode sendInvitationsMode)Saves this appointment in the specified folder.voidItem. save(WellKnownFolderName parentFolderName)Saves this item in a specific folder.voidEmailMessage. 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 Modifier and Type Method Description CalendarActionResultsCalendarResponseMessageBase. calendarSave(WellKnownFolderName destinationFolderName)Saves the response in the specified folder.CalendarActionResultsCalendarResponseMessageBase. calendarSendAndSaveCopy(WellKnownFolderName destinationFolderName)Sends this response ans saves a copy in the specified folder.PostItemPostReply. save(WellKnownFolderName destinationFolderName)Saves the post reply in a specified folder.TMessageResponseObject. save(WellKnownFolderName destinationFolderName)Saves the response in the specified folder.voidResponseObject. 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 Modifier and Type Method Description static UserConfigurationUserConfiguration. bind(ExchangeService service, String name, WellKnownFolderName parentFolderName, UserConfigurationProperties properties)Binds to an existing user configuration and loads the specified property.voidUserConfiguration. 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 Modifier and Type Method Description WellKnownFolderNameFolderId. 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 Modifier and Type Method Description FolderIdFolderIdCollection. add(WellKnownFolderName folderName)Adds a well-known folder to the collection.static FolderIdFolderId. getFolderIdFromWellKnownFolderName(WellKnownFolderName folderName)Defines an implicit conversion between WellKnownFolderName and FolderId.booleanFolderIdCollection. 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 Constructor Description 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.
-