|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FolderId in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return FolderId | |
|---|---|
FolderId |
FolderIdCollection.add(WellKnownFolderName folderName)
Adds a well-known folder to the collection. |
protected FolderId |
FolderIdCollection.createComplexProperty(String xmlElementName)
Creates the complex property. |
FolderId |
RuleActions.getCopyToFolder()
Gets or sets the Id of the folder incoming messages should be copied to. |
FolderId |
FolderEvent.getFolderId()
Gets the Id of the folder this event applies to. |
FolderId |
FolderChange.getFolderId()
* Gets the folder the change applies to. |
static FolderId |
FolderId.getFolderIdFromString(String uniqueId)
Defines an implicit conversion between string and FolderId. |
static FolderId |
FolderId.getFolderIdFromWellKnownFolderName(WellKnownFolderName folderName)
Defines an implicit conversion between WellKnownFolderName and FolderId. |
FolderId |
Folder.getId()
Gets the Id of the folder. |
FolderId |
RuleActions.getMoveToFolder()
Gets or sets the Id of the folder to which incoming messages should be moved. |
FolderId |
FolderEvent.getOldFolderId()
gets the Id of the folder that was moved or copied. |
FolderId |
NotificationEvent.getOldParentFolderId()
gets the oldParentFolderId. |
FolderId |
UserConfiguration.getParentFolderId()
Gets the Id of the folder containing the user configuration. |
FolderId |
NotificationEvent.getParentFolderId()
gets the parentFolderId. |
FolderId |
Item.getParentFolderId()
Gets the Id of the parent folder of this item. |
FolderId |
Folder.getParentFolderId()
Gets the Id of this folder's parent folder. |
| Methods in microsoft.exchange.webservices.data with parameters of type FolderId | ||
|---|---|---|
void |
FolderIdCollection.add(FolderId folderId)
Adds a folder Id to the collection. |
|
static TasksFolder |
TasksFolder.bind(ExchangeService service,
FolderId id)
Binds to an existing tasks folder and loads its first class properties. |
|
static SearchFolder |
SearchFolder.bind(ExchangeService service,
FolderId id)
Binds to an existing search folder and loads its first class properties. |
|
static Folder |
Folder.bind(ExchangeService service,
FolderId id)
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)
* Binds to an existing contacts folder and loads its first class properties. |
|
static CalendarFolder |
CalendarFolder.bind(ExchangeService service,
FolderId id)
Binds to an existing calendar folder and loads the specified set of properties. |
|
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 UserConfiguration |
UserConfiguration.bind(ExchangeService service,
String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
Binds to an existing user configuration and loads the specified properties. |
|
protected
|
ExchangeService.bindToFolder(Class<TFolder> cls,
FolderId folderId,
PropertySet propertySet)
Binds to folder. |
|
protected Folder |
ExchangeService.bindToFolder(FolderId folderId,
PropertySet propertySet)
Binds to a folder. |
|
CalendarActionResults |
CalendarResponseMessageBase.calendarSave(FolderId destinationFolderId)
Saves the response in the specified folder. |
|
CalendarActionResults |
CalendarResponseMessageBase.calendarSendAndSaveCopy(FolderId destinationFolderId)
Sends this response ans saves a copy in the specified folder. |
|
Item |
Item.copy(FolderId destinationFolderId)
Creates a copy of this item in the specified folder. |
|
Folder |
Folder.copy(FolderId destinationFolderId)
Copies this folder into a specific folder. |
|
protected Folder |
ExchangeService.copyFolder(FolderId folderId,
FolderId destinationFolderId)
Copies a folder. |
|
protected Item |
ExchangeService.copyItem(ItemId itemId,
FolderId destinationFolderId)
Copies an item. |
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.copyItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId)
* Copies multiple items in a single call to EWS. |
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.copyItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId,
boolean returnNewItemIds)
Copies multiple items in a single call to EWS. |
|
void |
Conversation.copyItemsInConversation(FolderId contextFolderId,
FolderId destinationFolderId)
Copies items in the specified conversation to a specific folder. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.copyItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
FolderId destinationFolderId)
Copies the items in the specified conversation to the specified destination folder. |
|
protected void |
ExchangeService.createFolder(Folder folder,
FolderId parentFolderId)
Creates a folder. |
|
protected void |
ExchangeService.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 items in a single EWS call. |
|
protected void |
ExchangeService.deleteFolder(FolderId folderId,
DeleteMode deleteMode)
Deletes a folder. |
|
void |
Conversation.deleteItems(FolderId contextFolderId,
DeleteMode deleteMode)
Deletes items in the specified conversation. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.deleteItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
DeleteMode deleteMode)
Deletes the items in the specified conversation. |
|
protected void |
ExchangeService.deleteUserConfiguration(String name,
FolderId parentFolderId)
* Creates a UserConfiguration. |
|
protected void |
ExchangeService.emptyFolder(FolderId folderId,
DeleteMode deleteMode,
boolean deleteSubFolders)
Empties a folder. |
|
void |
Conversation.enableAlwaysMoveItems(FolderId destinationFolderId,
boolean processSynchronously)
Sets up a conversation so that any item received within that conversation is always moved to a specific 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. |
|
FindFoldersResults |
ExchangeService.findFolders(FolderId parentFolderId,
FolderView view)
Obtains a list of folders by searching the sub-folders of the specified folder. |
|
FindFoldersResults |
ExchangeService.findFolders(FolderId parentFolderId,
SearchFilter searchFilter,
FolderView view)
Obtains a list of folders by searching the sub-folders of the specified folder. |
|
protected
|
ExchangeService.findItems(Class<TItem> cls,
FolderId parentFolderId,
SearchFilter searchFilter,
ViewBase view,
Grouping groupBy)
Obtains a grouped list of items by searching the contents of a specific folder. |
|
FindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
ItemView view)
Obtains a list of items by searching the contents of a specific folder. |
|
GroupedFindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
ItemView view,
Grouping groupBy)
Obtains a grouped list of items by searching the contents of a specific folder. |
|
FindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
SearchFilter searchFilter,
ItemView view)
Obtains a list of items 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 items by searching the contents of a specific folder. |
|
FindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
String queryString,
ItemView view)
Obtains a list of items 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 items by searching the contents of a specific folder. |
|
protected String |
FolderIdCollection.getCollectionItemXmlElementName(FolderId complexProperty)
Gets the name of the collection item XML element. |
|
protected UserConfiguration |
ExchangeService.getUserConfiguration(String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
* Creates a UserConfiguration. |
|
protected List<Item> |
ResponseObject.internalCreate(FolderId destinationFolderId,
MessageDisposition messageDisposition)
Create the response object. |
|
protected PostItem |
PostReply.internalCreate(FolderId parentFolderId,
MessageDisposition messageDisposition)
Create a PostItem response. |
|
protected void |
Item.internalCreate(FolderId parentFolderId,
MessageDisposition messageDisposition,
SendInvitationsMode sendInvitationsMode)
Create item. |
|
protected List<Item> |
ExchangeService.internalCreateResponseObject(ServiceObject responseObject,
FolderId parentFolderId,
MessageDisposition messageDisposition)
Create response object. |
|
protected Item |
Item.internalUpdate(FolderId parentFolderId,
ConflictResolutionMode conflictResolutionMode,
MessageDisposition messageDisposition,
SendInvitationsOrCancellationsMode sendInvitationsOrCancellationsMode)
Update item. |
|
Item |
Item.move(FolderId destinationFolderId)
Moves this item to a the specified folder. |
|
Folder |
Folder.move(FolderId destinationFolderId)
Moves this folder to a specific folder. |
|
protected Folder |
ExchangeService.moveFolder(FolderId folderId,
FolderId destinationFolderId)
Move a folder. |
|
protected Item |
ExchangeService.moveItem(ItemId itemId,
FolderId destinationFolderId)
Copies multiple items in a single call to EWS. |
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.moveItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId)
* Moves multiple items in a single call to EWS. |
|
ServiceResponseCollection<MoveCopyItemResponse> |
ExchangeService.moveItems(Iterable<ItemId> itemIds,
FolderId destinationFolderId,
boolean returnNewItemIds)
Moves multiple items in a single call to EWS. |
|
void |
Conversation.moveItemsInConversation(FolderId contextFolderId,
FolderId destinationFolderId)
Moves items in the specified conversation to a specific folder. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.moveItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
FolderId destinationFolderId)
Moves the items in the specified conversation to the specified destination folder. |
|
boolean |
FolderIdCollection.remove(FolderId folderId)
Removes the specified folder Id from the collection. |
|
TMessage |
ResponseObject.save(FolderId destinationFolderId)
Saves the response in the specified folder. |
|
PostItem |
PostReply.save(FolderId destinationFolderId)
Saves the post reply in the same folder as the original post item. |
|
void |
Item.save(FolderId parentFolderId)
Saves this item in a specific folder. |
|
void |
Folder.save(FolderId parentFolderId)
Saves this folder in a specific folder. |
|
void |
Appointment.save(FolderId destinationFolderId,
SendInvitationsMode sendInvitationsMode)
Saves this appointment in the specified folder. |
|
void |
UserConfiguration.save(String name,
FolderId parentFolderId)
Saves the user configuration. |
|
void |
ResponseObject.sendAndSaveCopy(FolderId destinationFolderId)
Sends this response and saves a copy in the specified folder. |
|
void |
EmailMessage.sendAndSaveCopy(FolderId destinationFolderId)
* Sends this e-mail message and saves a copy of it in the specified folder. |
|
protected void |
ExchangeService.sendItem(Item item,
FolderId savedCopyDestinationFolderId)
Send item. |
|
void |
RuleActions.setCopyToFolder(FolderId value)
|
|
void |
RuleActions.setMoveToFolder(FolderId value)
|
|
protected void |
NotificationEvent.setOldParentFolderId(FolderId oldParentFolderId)
Sets the oldParentFolderId. |
|
protected void |
UserConfiguration.setParentFolderId(FolderId value)
Sets the parent folder id. |
|
protected void |
NotificationEvent.setParentFolderId(FolderId parentFolderId)
Sets the parentFolderId. |
|
void |
Conversation.setReadStateForItemsInConversation(FolderId contextFolderId,
boolean isRead)
Sets the read state of items in the specified conversation. |
|
ServiceResponseCollection<ServiceResponse> |
ExchangeService.setReadStateForItemsInConversations(Iterable<HashMap<ConversationId,Date>> idLastSyncTimePairs,
FolderId contextFolderId,
boolean isRead)
Sets the read state for items in conversation. |
|
ChangeCollection<FolderChange> |
ExchangeService.syncFolderHierarchy(FolderId syncFolderId,
PropertySet propertySet,
String syncState)
* Synchronizes the sub-folders of a specific folder. |
|
ChangeCollection<ItemChange> |
ExchangeService.syncFolderItems(FolderId syncFolderId,
PropertySet propertySet,
Iterable<ItemId> ignoredItemIds,
int maxChangesReturned,
SyncFolderItemsScope syncScope,
String syncState)
* Synchronizes the items of a specific folder. |
|
protected Item |
ExchangeService.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 items in a single EWS call. |
|
protected static void |
UserConfiguration.writeUserConfigurationNameToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer,
microsoft.exchange.webservices.data.XmlNamespace xmlNamespace,
String name,
FolderId parentFolderId)
Writes to Xml. |
|
| Method parameters in microsoft.exchange.webservices.data with type arguments of type FolderId | ||
|---|---|---|
protected
|
ExchangeService.findItems(Iterable<FolderId> parentFolderIds,
SearchFilter searchFilter,
String queryString,
ViewBase view,
Grouping groupBy,
microsoft.exchange.webservices.data.ServiceErrorHandling errorHandlingMode)
Finds items. |
|
NameResolutionCollection |
ExchangeService.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. |
|
PullSubscription |
ExchangeService.subscribeToPullNotifications(Iterable<FolderId> folderIds,
int timeout,
String watermark,
EventType... eventTypes)
* Subscribes to pull notifications. |
|
PushSubscription |
ExchangeService.subscribeToPushNotifications(Iterable<FolderId> folderIds,
URI url,
int frequency,
String watermark,
EventType... eventTypes)
* Subscribes to push notifications. |
|
StreamingSubscription |
ExchangeService.subscribeToStreamingNotifications(Iterable<FolderId> folderIds,
EventType... eventTypes)
Subscribes to streaming notifications. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||