Uses of Class
microsoft.exchange.webservices.data.property.complex.FolderId
-
-
Uses of FolderId in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type FolderId Modifier and Type Method Description IAsyncResultExchangeService. beginSyncFolderHierarchy(AsyncCallback callback, Object state, FolderId syncFolderId, PropertySet propertySet, String syncState)Begins an asynchronous request to synchronize the sub-folder of a specific folder.IAsyncResultExchangeService. beginSyncFolderItems(AsyncCallback callback, Object state, FolderId syncFolderId, PropertySet propertySet, Iterable<ItemId> ignoredItemIds, int maxChangesReturned, SyncFolderItemsScope syncScope, String syncState)Begins an asynchronous request to synchronize the item of a specific folder.<TFolder extends Folder>
TFolderExchangeService. bindToFolder(Class<TFolder> cls, FolderId folderId, PropertySet propertySet)Binds to folder.FolderExchangeService. bindToFolder(FolderId folderId, PropertySet propertySet)Binds to a folder.FolderExchangeService. copyFolder(FolderId folderId, FolderId destinationFolderId)Copies a folder.ItemExchangeService. copyItem(ItemId itemId, FolderId destinationFolderId)Copies an item.ServiceResponseCollection<MoveCopyItemResponse>ExchangeService. copyItems(Iterable<ItemId> itemIds, FolderId destinationFolderId)Copies multiple item in a single call to EWS.ServiceResponseCollection<MoveCopyItemResponse>ExchangeService. copyItems(Iterable<ItemId> itemIds, FolderId destinationFolderId, boolean returnNewItemIds)Copies multiple item in a single call to EWS.ServiceResponseCollection<ServiceResponse>ExchangeService. copyItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, FolderId destinationFolderId)Copies the item in the specified conversation to the specified destination folder.voidExchangeService. createFolder(Folder folder, FolderId parentFolderId)Creates a folder.voidExchangeService. createItem(Item item, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)Creates an item.ServiceResponseCollection<ServiceResponse>ExchangeService. createItems(Collection<Item> items, FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)Creates multiple item in a single EWS call.voidExchangeService. deleteFolder(FolderId folderId, DeleteMode deleteMode)Deletes a folder.ServiceResponseCollection<ServiceResponse>ExchangeService. deleteItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, DeleteMode deleteMode)Deletes the item in the specified conversation.voidExchangeService. deleteUserConfiguration(String name, FolderId parentFolderId)Creates a UserConfiguration.voidExchangeService. emptyFolder(FolderId folderId, DeleteMode deleteMode, boolean deleteSubFolders)Empties a folder.ServiceResponseCollection<ServiceResponse>ExchangeService. enableAlwaysMoveItemsInConversations(Iterable<ConversationId> conversationId, FolderId destinationFolderId, boolean processSynchronously)Sets up a conversation so that any item received within that conversation is always moved to a specific folder.FindItemsResults<Appointment>ExchangeService. findAppointments(FolderId parentFolderId, CalendarView calendarView)Obtains a list of appointments by searching the contents of a specific folder.Collection<Conversation>ExchangeService. findConversation(ConversationIndexedItemView view, FolderId folderId)Retrieves a collection of all Conversations in the specified Folder.FindFoldersResultsExchangeService. findFolders(FolderId parentFolderId, SearchFilter searchFilter, FolderView view)Obtains a list of folder by searching the sub-folder of the specified folder.FindFoldersResultsExchangeService. findFolders(FolderId parentFolderId, FolderView view)Obtains a list of folder by searching the sub-folder of the specified folder.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 item by searching the contents of a specific folder.FindItemsResults<Item>ExchangeService. findItems(FolderId parentFolderId, String queryString, ItemView view)Obtains a list of item 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 item by searching the contents of a specific folder.FindItemsResults<Item>ExchangeService. findItems(FolderId parentFolderId, SearchFilter searchFilter, ItemView view)Obtains a list of item 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 item by searching the contents of a specific folder.FindItemsResults<Item>ExchangeService. findItems(FolderId parentFolderId, ItemView view)Obtains a list of item by searching the contents of a specific folder.GroupedFindItemsResults<Item>ExchangeService. findItems(FolderId parentFolderId, ItemView view, Grouping groupBy)Obtains a grouped list of item by searching the contents of a specific folder.UserConfigurationExchangeService. getUserConfiguration(String name, FolderId parentFolderId, UserConfigurationProperties properties)Creates a UserConfiguration.List<Item>ExchangeService. internalCreateResponseObject(ServiceObject responseObject, FolderId parentFolderId, MessageDisposition messageDisposition)Create response object.FolderExchangeService. moveFolder(FolderId folderId, FolderId destinationFolderId)Move a folder.ItemExchangeService. moveItem(ItemId itemId, FolderId destinationFolderId)Copies multiple item in a single call to EWS.ServiceResponseCollection<MoveCopyItemResponse>ExchangeService. moveItems(Iterable<ItemId> itemIds, FolderId destinationFolderId)Moves multiple item in a single call to EWS.ServiceResponseCollection<MoveCopyItemResponse>ExchangeService. moveItems(Iterable<ItemId> itemIds, FolderId destinationFolderId, boolean returnNewItemIds)Moves multiple item in a single call to EWS.ServiceResponseCollection<ServiceResponse>ExchangeService. moveItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, FolderId destinationFolderId)Moves the item in the specified conversation to the specified destination folder.voidExchangeService. sendItem(Item item, FolderId savedCopyDestinationFolderId)Send item.ServiceResponseCollection<ServiceResponse>ExchangeService. setReadStateForItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs, FolderId contextFolderId, boolean isRead)Sets the read state for item in conversation.ChangeCollection<FolderChange>ExchangeService. syncFolderHierarchy(FolderId syncFolderId, PropertySet propertySet, String syncState)Synchronizes the sub-folder of a specific folder.ChangeCollection<ItemChange>ExchangeService. syncFolderItems(FolderId syncFolderId, PropertySet propertySet, Iterable<ItemId> ignoredItemIds, int maxChangesReturned, SyncFolderItemsScope syncScope, String syncState)Synchronizes the item of a specific folder.ItemExchangeService. updateItem(Item item, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Updates an item.ServiceResponseCollection<UpdateItemResponse>ExchangeService. updateItems(Iterable<Item> items, FolderId savedItemsDestinationFolderId, ConflictResolutionMode conflictResolution, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Updates multiple item in a single EWS call.Method parameters in microsoft.exchange.webservices.data.core with type arguments of type FolderId Modifier and Type Method Description AsyncRequestResultExchangeService. beginSubscribeToPullNotifications(AsyncCallback callback, Object state, Iterable<FolderId> folderIds, int timeout, String watermark, EventType... eventTypes)Begins an asynchronous request to subscribes to pull notification.IAsyncResultExchangeService. beginSubscribeToPushNotifications(AsyncCallback callback, Object state, Iterable<FolderId> folderIds, URI url, int frequency, String watermark, EventType... eventTypes)Begins an asynchronous request to subscribe to push notification.IAsyncResultExchangeService. beginSubscribeToStreamingNotifications(AsyncCallback callback, Object state, Iterable<FolderId> folderIds, EventType... eventTypes)Begins an asynchronous request to subscribe to streaming notification.<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>ExchangeService. findItems(Iterable<FolderId> parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, ServiceErrorHandling errorHandlingMode)Finds item.NameResolutionCollectionExchangeService. resolveName(String nameToResolve, Iterable<FolderId> parentFolderIds, ResolveNameSearchLocation searchScope, boolean returnContactDetails)Finds contacts in the user's Contacts folder and the Global Address List (in that order) that have names that match the one passed as a parameter.NameResolutionCollectionExchangeService. resolveName(String nameToResolve, Iterable<FolderId> parentFolderIds, ResolveNameSearchLocation searchScope, boolean returnContactDetails, PropertySet contactDataPropertySet)Finds contacts in the Global Address List and/or in specific contact folder that have names that match the one passed as a parameter.PullSubscriptionExchangeService. subscribeToPullNotifications(Iterable<FolderId> folderIds, int timeout, String watermark, EventType... eventTypes)Subscribes to pull notification.PushSubscriptionExchangeService. subscribeToPushNotifications(Iterable<FolderId> folderIds, URI url, int frequency, String watermark, EventType... eventTypes)Subscribes to push notification.StreamingSubscriptionExchangeService. subscribeToStreamingNotifications(Iterable<FolderId> folderIds, EventType... eventTypes)Subscribes to streaming notification. -
Uses of FolderId in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return FolderId Modifier and Type Method Description protected FolderIdDeleteUserConfigurationRequest. getParentFolderId()Gets the parent folThe parent folder Id.protected FolderIdGetUserConfigurationRequest. getParentFolderId()Gets the parent folder Id.FolderIdSendItemRequest. getSavedCopyDestinationFolderId()Gets the saved copy destination folder id.FolderIdUpdateItemRequest. getSavedItemsDestinationFolder()Gets the saved item destination folder.FolderIdSyncFolderHierarchyRequest. getSyncFolderId()Gets or sets the property set.FolderIdSyncFolderItemsRequest. getSyncFolderId()Gets the sync folder id.Methods in microsoft.exchange.webservices.data.core.request with parameters of type FolderId Modifier and Type Method Description voidDeleteUserConfigurationRequest. setParentFolderId(FolderId parentFolderId)Sets the parent folder id.voidGetUserConfigurationRequest. setParentFolderId(FolderId parentFolderId)Sets the parent folder id.voidSendItemRequest. setSavedCopyDestinationFolderId(FolderId savedCopyDestinationFolderId)Sets the saved copy destination folder id.voidUpdateItemRequest. setSavedItemsDestinationFolder(FolderId value)Sets the saved item destination folder.voidSyncFolderHierarchyRequest. setSyncFolderId(FolderId value)Sets the sync folder id.voidSyncFolderItemsRequest. setSyncFolderId(FolderId syncFolderId)Sets the sync folder id. -
Uses of FolderId in microsoft.exchange.webservices.data.core.service.folder
Methods in microsoft.exchange.webservices.data.core.service.folder that return FolderId Modifier and Type Method Description FolderIdFolder. getId()Gets the Id of the folder.FolderIdFolder. getParentFolderId()Gets the Id of this folder's parent folder.Methods in microsoft.exchange.webservices.data.core.service.folder with parameters of type FolderId Modifier and Type Method Description static CalendarFolderCalendarFolder. bind(ExchangeService service, FolderId id)Binds to an existing calendar folder and loads the specified set of property.static CalendarFolderCalendarFolder. bind(ExchangeService service, FolderId id, PropertySet propertySet)Binds to an existing calendar folder and loads the specified set of property.static ContactsFolderContactsFolder. bind(ExchangeService service, FolderId id)Binds to an existing contacts folder and loads its first class property.static ContactsFolderContactsFolder. bind(ExchangeService service, FolderId id, PropertySet propertySet)Binds to an existing contacts folder and loads the specified set of property.static FolderFolder. bind(ExchangeService service, FolderId id)Binds to an existing folder, whatever its actual type is, and loads the specified set of property.static FolderFolder. bind(ExchangeService service, FolderId id, PropertySet propertySet)Binds to an existing folder, whatever its actual type is, and loads the specified set of property.static SearchFolderSearchFolder. bind(ExchangeService service, FolderId id)Binds to an existing search folder and loads its first class property.static SearchFolderSearchFolder. bind(ExchangeService service, FolderId id, PropertySet propertySet)Binds to an existing search folder and loads the specified set of property.static TasksFolderTasksFolder. bind(ExchangeService service, FolderId id)Binds to an existing tasks folder and loads its first class property.static TasksFolderTasksFolder. bind(ExchangeService service, FolderId id, PropertySet propertySet)Binds to an existing tasks folder and loads the specified set of property.FolderFolder. copy(FolderId destinationFolderId)Copies this folder into a specific folder.FolderFolder. move(FolderId destinationFolderId)Moves this folder to a specific folder.voidFolder. save(FolderId parentFolderId)Saves this folder in a specific folder. -
Uses of FolderId in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return FolderId Modifier and Type Method Description FolderIdItem. getParentFolderId()Gets the Id of the parent folder of this item.FolderIdUploadItem. getParentFolderId()Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type FolderId Modifier and Type Method Description ItemItem. copy(FolderId destinationFolderId)Creates a copy of this item in the specified folder.voidConversation. copyItemsInConversation(FolderId contextFolderId, FolderId destinationFolderId)Copies item in the specified conversation to a specific folder.voidConversation. deleteItems(FolderId contextFolderId, DeleteMode deleteMode)Deletes item in the specified conversation.voidConversation. enableAlwaysMoveItems(FolderId destinationFolderId, boolean processSynchronously)Sets up a conversation so that any item received within that conversation is always moved to a specific folder.protected voidItem. internalCreate(FolderId parentFolderId, MessageDisposition messageDisposition, SendInvitationsMode sendInvitationsMode)Create item.protected ItemItem. internalUpdate(FolderId parentFolderId, ConflictResolutionMode conflictResolutionMode, MessageDisposition messageDisposition, SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)Update item.ItemItem. move(FolderId destinationFolderId)Moves this item to a the specified folder.voidConversation. moveItemsInConversation(FolderId contextFolderId, FolderId destinationFolderId)Moves item in the specified conversation to a specific folder.voidAppointment. save(FolderId destinationFolderId, SendInvitationsMode sendInvitationsMode)Saves this appointment in the specified folder.voidItem. save(FolderId parentFolderId)Saves this item in a specific folder.voidEmailMessage. sendAndSaveCopy(FolderId destinationFolderId)Sends this e-mail message and saves a copy of it in the specified folder.UploadItemUploadItem. setParentFolderId(FolderId parentFolderId)voidConversation. setReadStateForItemsInConversation(FolderId contextFolderId, boolean isRead)Sets the read state of item in the specified conversation. -
Uses of FolderId in microsoft.exchange.webservices.data.core.service.response
Methods in microsoft.exchange.webservices.data.core.service.response with parameters of type FolderId Modifier and Type Method Description CalendarActionResultsCalendarResponseMessageBase. calendarSave(FolderId destinationFolderId)Saves the response in the specified folder.CalendarActionResultsCalendarResponseMessageBase. calendarSendAndSaveCopy(FolderId destinationFolderId)Sends this response ans saves a copy in the specified folder.protected PostItemPostReply. internalCreate(FolderId parentFolderId, MessageDisposition messageDisposition)Create a PostItem response.List<Item>RemoveFromCalendar. internalCreate(FolderId parentFolderId, MessageDisposition messageDisposition)Create response object.protected List<Item>ResponseObject. internalCreate(FolderId destinationFolderId, MessageDisposition messageDisposition)Create the response object.voidSuppressReadReceipt. internalCreate(FolderId parentFolderId, MessageDisposition messageDisposition)Create the response object.PostItemPostReply. save(FolderId destinationFolderId)Saves the post reply in the same folder as the original post item.TMessageResponseObject. save(FolderId destinationFolderId)Saves the response in the specified folder.voidResponseObject. sendAndSaveCopy(FolderId destinationFolderId)Sends this response and saves a copy in the specified folder. -
Uses of FolderId in microsoft.exchange.webservices.data.misc
Methods in microsoft.exchange.webservices.data.misc that return FolderId Modifier and Type Method Description FolderIdFolderIdWrapper. getFolderId()FolderIdUserConfiguration. getParentFolderId()Gets the Id of the folder containing the user configuration.Methods in microsoft.exchange.webservices.data.misc with parameters of type FolderId Modifier and Type Method Description voidFolderIdWrapperList. add(FolderId folderId)Adds the specified folder id.static UserConfigurationUserConfiguration. bind(ExchangeService service, String name, FolderId parentFolderId, UserConfigurationProperties properties)Binds to an existing user configuration and loads the specified property.voidUserConfiguration. save(String name, FolderId parentFolderId)Saves the user configuration.voidUserConfiguration. setParentFolderId(FolderId value)Sets the parent folder id.static voidUserConfiguration. writeUserConfigurationNameToXml(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String name, FolderId parentFolderId)Writes to Xml.Method parameters in microsoft.exchange.webservices.data.misc with type arguments of type FolderId Modifier and Type Method Description voidFolderIdWrapperList. addRangeFolderId(Iterable<FolderId> folderIds)Adds the range of folder ids.Constructors in microsoft.exchange.webservices.data.misc with parameters of type FolderId Constructor Description FolderIdWrapper(FolderId folderId)Initializes a new instance of FolderIdWrapper. -
Uses of FolderId in microsoft.exchange.webservices.data.notification
Methods in microsoft.exchange.webservices.data.notification that return FolderId Modifier and Type Method Description FolderIdFolderEvent. getFolderId()Gets the Id of the folder this event applies to.FolderIdFolderEvent. getOldFolderId()gets the Id of the folder that was moved or copied.FolderIdNotificationEvent. getOldParentFolderId()gets the oldParentFolderId.FolderIdNotificationEvent. getParentFolderId()gets the parentFolderId.Methods in microsoft.exchange.webservices.data.notification with parameters of type FolderId Modifier and Type Method Description protected voidNotificationEvent. setOldParentFolderId(FolderId oldParentFolderId)Sets the oldParentFolderId.protected voidNotificationEvent. setParentFolderId(FolderId parentFolderId)Sets the parentFolderId.Constructors in microsoft.exchange.webservices.data.notification with parameters of type FolderId Constructor Description FolderEvent(EventType eventType, FolderId folderId, FolderId parentFolderId)Initializes a new instance.ItemEvent(EventType eventType, ItemId itemId, FolderId parentFolderId)Initializes a new instance. -
Uses of FolderId in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return FolderId Modifier and Type Method Description FolderIdFolderIdCollection. add(WellKnownFolderName folderName)Adds a well-known folder to the collection.protected FolderIdFolderIdCollection. createComplexProperty(String xmlElementName)Creates the complex property.FolderIdRuleActions. getCopyToFolder()Gets or sets the Id of the folder incoming messages should be copied to.static FolderIdFolderId. getFolderIdFromString(String uniqueId)Defines an implicit conversion between string and FolderId.static FolderIdFolderId. getFolderIdFromWellKnownFolderName(WellKnownFolderName folderName)Defines an implicit conversion between WellKnownFolderName and FolderId.FolderIdRuleActions. getMoveToFolder()Gets or sets the Id of the folder to which incoming messages should be moved.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type FolderId Modifier and Type Method Description voidFolderIdCollection. add(FolderId folderId)Adds a folder Id to the collection.protected StringFolderIdCollection. getCollectionItemXmlElementName(FolderId complexProperty)Gets the name of the collection item XML element.booleanFolderIdCollection. remove(FolderId folderId)Removes the specified folder Id from the collection.voidRuleActions. setCopyToFolder(FolderId value)voidRuleActions. setMoveToFolder(FolderId value) -
Uses of FolderId in microsoft.exchange.webservices.data.sync
Methods in microsoft.exchange.webservices.data.sync that return FolderId Modifier and Type Method Description FolderIdFolderChange. getFolderId()Gets the folder the change applies to.
-