| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressListId
Contains the identifier of a folder.
|
class |
StandardFolderId
The Class StandardFolderId.
|
| Modifier and Type | Method and Description |
|---|---|
FolderId |
Service.copyFolder(FolderId folderId,
FolderId targetFolderId)
Copies a folder.
|
FolderId |
Service.copyFolder(FolderId folderId,
StandardFolder standardFolder)
Copies a folder.
|
FolderId |
Service.createFolder(Folder folder,
FolderId parentFolderId)
Creates a folder.
|
FolderId |
Service.createFolder(Folder folder,
StandardFolder standardFolder)
Creates a folder.
|
FolderId |
Service.createFolder(java.lang.String folderName,
FolderId parentFolderId)
Creates a folder.
|
FolderId |
Service.createFolder(java.lang.String folderName,
StandardFolder standardFolder)
Creates a folder.
|
FolderId |
Service.createManagedFolder(java.lang.String folderName)
Creates a managed folder.
|
FolderId |
Service.createManagedFolder(java.lang.String folderName,
Mailbox mailbox)
Creates a managed folder.
|
FolderId |
ConversationAction.getContextFolderId()
Gets the folder that is targeted for actions that use folders.
|
FolderId |
RuleActions.getCopyToFolder()
Gets the ID of the folder that e-mail items will be copied to.
|
FolderId |
ConversationAction.getDestinationFolderId()
Gets the destination folder for copy and move actions.
|
FolderId |
UserConfigurationName.getFolderId()
Gets the folder identifier of the folder that contains the user configuration object.
|
FolderId |
PersonaAttribution.getFolderId()
Gets the folder id.
|
FolderId |
GetSharingFolderResponse.getFolderId()
Gets the identifier and change key of a folder.
|
FolderId |
FolderChange.getFolderId()
Gets the identifier and change key of a folder to update.
|
FolderId |
Folder.getFolderId()
Gets the identifier and change key of a folder.
|
FolderId |
RuleActions.getMoveToFolder()
Gets the ID of the folder that e-mail items will be moved to.
|
FolderId |
MovedEvent.getOldParentFolderId()
Gets the identifier of the original parent folder of an item or folder that was moved.
|
FolderId |
CopiedEvent.getOldParentFolderId()
Gets the identifier of the original parent folder of an item or folder that was copied.
|
FolderId |
UploadItem.getParentFolderId()
Gets the identifier of the parent folder where a new item is created or that contains the item to update.
|
FolderId |
NewMailEvent.getParentFolderId()
Gets the identifier of the parent folder of the new mail item.
|
FolderId |
MovedEvent.getParentFolderId()
Gets the identifier of the folder that contains the moved item or folder.
|
FolderId |
ModifiedEvent.getParentFolderId()
Gets the identifier of the parent folder of the modified item or folder.
|
FolderId |
FreeBusyChangedEvent.getParentFolderId()
Gets the parent folder id.
|
FolderId |
DeletedEvent.getParentFolderId()
Gets the identifier of the parent folder of the deleted item or folder before deletion.
|
FolderId |
CreatedEvent.getParentFolderId()
Gets the identifier of the parent folder of the created item or folder.
|
FolderId |
CopiedEvent.getParentFolderId()
Gets the identifier of the folder that contains the copy.
|
FolderId |
Item.getParentId()
Gets the identifier of the parent folder that contains the item or folder.
|
FolderId |
Folder.getParentId()
Gets the identifier of the parent folder that contains the folder.
|
FolderId |
Service.moveFolder(FolderId folderId,
FolderId targetFolderId)
Moves a folder.
|
FolderId |
Service.moveFolder(FolderId folderId,
StandardFolder standardFolder)
Moves a folder.
|
FolderId |
Service.updateFolder(FolderChange folderChange)
Modify properties of an existing folder.
|
FolderId |
Service.updateFolder(FolderId folderId,
java.util.List<Property> propertiesToSet)
Modify properties of an existing folder.
|
FolderId |
Service.updateFolder(FolderId folderId,
java.util.List<Property> propertiesToSet,
java.util.List<PropertyPath> propertiesToDelete)
Modify properties of an existing folder.
|
FolderId |
Service.updateFolder(FolderId folderId,
Property propertyToSet)
Modify properties of an existing folder.
|
FolderId |
Service.updateFolder(FolderId folderId,
PropertyPath propertyToDelete)
Modify properties of an existing folder.
|
FolderId |
Service.updateFolder(FolderId folderId,
Property propertyToSet,
PropertyPath propertyToDelete)
Modify properties of an existing folder.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FolderId> |
SyncFoldersResponse.getDeletedFolders()
Gets a collection of folders to delete in the local client store.
|
java.util.List<FolderId> |
SearchFolderParameters.getFolderIds() |
java.util.List<FolderId> |
Persona.getFolderIds()
Gets the folder ids.
|
java.util.List<FolderId> |
Subscription.getFolders()
Gets a list of folder identifiers that are used to identify folders to monitor for event notifications.
|
| Modifier and Type | Method and Description |
|---|---|
ItemInfoResponse |
Service.acceptMeetingRequest(AcceptItem acceptItem,
FolderId sentItemsFolderId)
Accepts meeting request.
|
ItemInfoResponse |
Service.acceptMeetingRequest(AcceptItem acceptItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Accepts meeting request.
|
java.util.List<ItemInfoResponse> |
Service.acceptMeetingRequest(java.util.List<AcceptItem> acceptItems,
FolderId sentItemsFolderId)
Accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.acceptMeetingRequest(java.util.List<AcceptItem> acceptItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Accepts meeting requests.
|
ItemInfoResponse |
Service.archiveItem(ItemId itemId,
FolderId targetFolderId)
Archive item.
|
java.util.List<ItemInfoResponse> |
Service.archiveItem(java.util.List<ItemId> items,
FolderId targetFolderId)
Archive item.
|
ItemInfoResponse |
Service.cancelMeetingRequest(CancelItem cancelItem,
FolderId sentItemsFolderId)
Cancels meeting.
|
ItemInfoResponse |
Service.cancelMeetingRequest(CancelItem cancelItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Cancels meeting.
|
java.util.List<ItemInfoResponse> |
Service.cancelMeetingRequest(java.util.List<CancelItem> cancelItems,
FolderId sentItemsFolderId)
Cancels meetings.
|
java.util.List<ItemInfoResponse> |
Service.cancelMeetingRequest(java.util.List<CancelItem> cancelItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Cancels meetings.
|
ItemInfoResponse |
Service.cancelMeetingRequest(RemoveItem removeItem,
FolderId sentItemsFolderId)
Cancels meeting.
|
ItemInfoResponse |
Service.cancelMeetingRequest(RemoveItem removeItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Cancels meeting.
|
FolderId |
Service.copyFolder(FolderId folderId,
FolderId targetFolderId)
Copies a folder.
|
FolderId |
Service.copyFolder(FolderId folderId,
StandardFolder standardFolder)
Copies a folder.
|
java.util.List<FolderInfoResponse> |
Service.copyFolder(java.util.List<FolderId> folders,
FolderId targetFolderId)
Copies multiple folders.
|
ItemInfoResponse |
Service.copyItem(ItemId itemId,
FolderId targetFolderId)
Copies an item.
|
java.util.List<ItemInfoResponse> |
Service.copyItem(java.util.List<ItemId> items,
FolderId targetFolderId)
Copies multiple items.
|
Response |
Service.createCalendarOptions(CalendarOptions calendarOptions,
FolderId folderId)
Creates the calendar options.
|
Response |
Service.createCategoryList(CategoryList categoryList,
FolderId folderId)
Creates the category list.
|
FolderId |
Service.createFolder(Folder folder,
FolderId parentFolderId)
Creates a folder.
|
java.util.List<FolderInfoResponse> |
Service.createFolder(java.util.List<Folder> folders,
FolderId parentFolderId)
Creates multiple folders.
|
FolderId |
Service.createFolder(java.lang.String folderName,
FolderId parentFolderId)
Creates a folder.
|
java.util.List<FolderInfoResponse> |
Service.createFolderPath(java.util.List<Folder> folders,
FolderId parentFolderId)
Creates the folder path.
|
ItemId |
Service.createItem(Item item,
FolderId parentFolderId)
Creates an item.
|
ItemId |
Service.createItem(Item item,
FolderId parentFolderId,
MessageDisposition messageDisposition)
Creates an item.
|
ItemId |
Service.createItem(Item item,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates an item.
|
ItemId |
Service.createItem(Item item,
FolderId parentFolderId,
SendMeetingInvitations sendMeetingInvitations)
Creates an item.
|
java.util.List<ItemInfoResponse> |
Service.createItem(java.util.List<Item> items,
FolderId parentFolderId)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
Service.createItem(java.util.List<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
Service.createItem(java.util.List<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
Service.createItem(java.util.List<Item> items,
FolderId parentFolderId,
SendMeetingInvitations sendMeetingInvitations)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
Service.createItemImplementation(java.util.List<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates the item implementation.
|
Response |
Service.createOwaOptions(OwaOptions owaOptions,
FolderId folderId)
Creates the owa options.
|
Response |
Service.createRetentionSettings(RetentionSettings retentionSettings,
FolderId folderId)
Creates the retention settings.
|
ItemInfoResponse |
Service.declineMeetingRequest(DeclineItem declineItem,
FolderId sentItemsFolderId)
Declines meeting request.
|
ItemInfoResponse |
Service.declineMeetingRequest(DeclineItem declineItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Declines meeting request.
|
java.util.List<ItemInfoResponse> |
Service.declineMeetingRequest(java.util.List<DeclineItem> declineItems,
FolderId sentItemsFolderId)
Decline meeting request.
|
java.util.List<ItemInfoResponse> |
Service.declineMeetingRequest(java.util.List<DeclineItem> declineItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Declines meeting requests.
|
Response |
Service.deleteCalendarOptions(FolderId folderId)
Delete calendar options.
|
Response |
Service.deleteCategoryList(FolderId folderId)
Delete category list.
|
Response |
Service.deleteFolder(FolderId folderId)
Deletes a folder.
|
Response |
Service.deleteFolder(FolderId folderId,
DeleteType deleteType)
Deletes a folder.
|
Response |
Service.deleteOwaOptions(FolderId folderId)
Delete owa options.
|
Response |
Service.deleteRetentionSettings(FolderId folderId)
Delete retention settings.
|
FolderInfoResponse |
Service.emptyFolder(FolderId folderId)
Empties a folder.
|
FolderInfoResponse |
Service.emptyFolder(FolderId folderId,
boolean deleteSubFolders)
Empties a folder.
|
FolderInfoResponse |
Service.emptyFolder(FolderId folderId,
DeleteType deleteType)
Empties a folder.
|
FolderInfoResponse |
Service.emptyFolder(FolderId folderId,
DeleteType deleteType,
boolean deleteSubFolders)
Empties a folder.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
View view)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
View view)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(FolderId parentFolderId,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(FolderId parentFolderId,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
ItemShape itemShape,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
java.util.List<PropertyPath> propertyPaths,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(FolderId parentFolderId,
View view)
Finds items in the specified folder.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
Restriction restriction)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
Restriction restriction,
Restriction aggregationRestriction)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(FolderId parentFolderId,
java.lang.String query)
Find people.
|
ItemInfoResponse |
Service.forward(ForwardItem forwardItem,
FolderId sentItemsFolderId)
Forwards a message.
|
ItemInfoResponse |
Service.forward(ForwardItem forwardItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Forwards a message.
|
java.util.List<ItemInfoResponse> |
Service.forward(java.util.List<ForwardItem> forwardItems,
FolderId sentItemsFolderId)
Forwards multiple messages.
|
java.util.List<ItemInfoResponse> |
Service.forward(java.util.List<ForwardItem> forwardItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Forwards multiple messages.
|
CalendarOptions |
Service.getCalendarOptions(FolderId folderId)
Gets the calendar options.
|
CategoryList |
Service.getCategoryList(FolderId folderId)
Gets the category list.
|
Folder |
Service.getFolder(FolderId folderId)
Gets a folder.
|
Folder |
Service.getFolder(FolderId folderId,
FolderShape folderShape)
Gets a folder.
|
Folder |
Service.getFolder(FolderId folderId,
java.util.List<PropertyPath> propertyPaths)
Gets a folder.
|
Folder |
Service.getFolder(FolderId folderId,
ShapeType shapeType)
Gets a folder.
|
OwaOptions |
Service.getOwaOptions(FolderId folderId)
Gets the owa options.
|
RetentionSettings |
Service.getRetentionSettings(FolderId folderId)
Gets the retention settings.
|
GetSharingMetadataResponse |
Service.getSharingMetadata(FolderId folderId,
java.lang.String senderSmtpAddress,
java.util.List<java.lang.String> recipients)
Gets an opaque authentication token that identifies the sharing invitation.
|
Response |
Service.markAllItemsAsRead(FolderId folderId)
Mark all items as read.
|
Response |
Service.markAllItemsAsRead(FolderId folderId,
boolean isRead)
Mark all items as read.
|
Response |
Service.markAllItemsAsRead(FolderId folderId,
boolean isRead,
boolean suppressReadReceipts)
Mark all items as read.
|
FolderId |
Service.moveFolder(FolderId folderId,
FolderId targetFolderId)
Moves a folder.
|
FolderId |
Service.moveFolder(FolderId folderId,
StandardFolder standardFolder)
Moves a folder.
|
java.util.List<FolderInfoResponse> |
Service.moveFolder(java.util.List<FolderId> folders,
FolderId targetFolderId)
Moves multiple folders.
|
ItemInfoResponse |
Service.moveItem(ItemId itemId,
FolderId targetFolderId)
Moves an item.
|
java.util.List<ItemInfoResponse> |
Service.moveItem(java.util.List<ItemId> items,
FolderId targetFolderId)
Moves multiple items.
|
Response |
Service.refreshSharingFolder(FolderId folderId)
Refreshes the specified local folder with the latest data from the folder that is being shared.
|
java.util.List<ItemInfoResponse> |
Service.reply(java.util.List<ReplyItem> replyItems,
FolderId sentItemsFolderId)
Sends reply messages.
|
java.util.List<ItemInfoResponse> |
Service.reply(java.util.List<ReplyItem> replyItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply messages.
|
ItemInfoResponse |
Service.reply(ReplyItem replyItem,
FolderId sentItemsFolderId)
Sends reply message.
|
ItemInfoResponse |
Service.reply(ReplyItem replyItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply message.
|
java.util.List<ItemInfoResponse> |
Service.replyToAll(java.util.List<ReplyAllItem> replyAllItems,
FolderId sentItemsFolderId)
Sends reply messages to all recipients.
|
java.util.List<ItemInfoResponse> |
Service.replyToAll(java.util.List<ReplyAllItem> replyAllItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply messages to all recipients.
|
ItemInfoResponse |
Service.replyToAll(ReplyAllItem replyAllItem,
FolderId sentItemsFolderId)
Sends reply message to all recipients.
|
ItemInfoResponse |
Service.replyToAll(ReplyAllItem replyAllItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply message to all recipients.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId,
boolean returnFullContactData)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId,
boolean returnFullContactData,
ResolveNamesSearchScope searchScope,
ContactDataShapeType contactDataShape)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
FolderId parentFolderId,
ResolveNamesSearchScope searchScope)
Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.
|
ItemInfoResponse |
Service.send(ItemId itemId,
boolean saveToFolder,
FolderId sentItemsFolderId)
Sends an email message.
|
ItemInfoResponse |
Service.send(ItemId itemId,
FolderId sentItemsFolderId)
Sends an email message.
|
java.util.List<ItemInfoResponse> |
Service.send(java.util.List<ItemId> messages,
boolean saveToFolder,
FolderId sentItemsFolderId)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
Service.send(java.util.List<ItemId> messages,
FolderId sentItemsFolderId)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
Service.send(java.util.List<Message> messages,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends email messages.
|
ItemInfoResponse |
Service.send(Message message,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends an email message.
|
ItemId |
Service.sendMeetingRequest(Appointment appointment,
FolderId sentItemsFolderId)
Sends meeting request.
|
ItemId |
Service.sendMeetingRequest(Appointment appointment,
SendMeetingInvitations sendMeetingInvitations,
FolderId sentItemsFolderId)
Sends meeting request.
|
java.util.List<ItemInfoResponse> |
Service.sendMeetingRequest(java.util.List<Appointment> appointments,
FolderId sentItemsFolderId)
Sends meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.sendMeetingRequest(java.util.List<Appointment> appointments,
SendMeetingInvitations sendMeetingInvitations,
FolderId sentItemsFolderId)
Sends meeting requests.
|
void |
ConversationAction.setContextFolderId(FolderId contextFolderId)
Sets the folder that is targeted for actions that use folders.
|
void |
RuleActions.setCopyToFolder(FolderId copyToFolder)
Sets the ID of the folder that e-mail items will be copied to.
|
void |
ConversationAction.setDestinationFolderId(FolderId destinationFolderId)
Sets the destination folder for copy and move actions.
|
void |
UserConfigurationName.setFolderId(FolderId folderId)
Sets the folder identifier of the folder that contains the user configuration object.
|
void |
FolderChange.setFolderId(FolderId folderId)
Sets the identifier and change key of a folder to update.
|
void |
RuleActions.setMoveToFolder(FolderId moveToFolder)
Sets the ID of the folder that e-mail items will be moved to.
|
void |
UploadItem.setParentFolderId(FolderId parentFolderId)
Sets the identifier of the parent folder where a new item is created or that contains the item to update.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
FolderShape folderShape)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
FolderShape folderShape,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(FolderId folderId,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
ItemShape itemShape)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned,
SyncItemsScope scope)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(FolderId folderId,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
java.util.List<ItemInfoResponse> |
Service.tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems,
FolderId sentItemsFolderId)
Tentatively accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Tentatively accepts meeting requests.
|
ItemInfoResponse |
Service.tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
FolderId sentItemsFolderId)
Tentatively accepts meeting request.
|
ItemInfoResponse |
Service.tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Tentatively accepts meeting request.
|
Response |
Service.updateCalendarOptions(CalendarOptions calendarOptions,
FolderId folderId)
Update calendar options.
|
Response |
Service.updateCategoryList(CategoryList categoryList,
FolderId folderId)
Update category list.
|
FolderId |
Service.updateFolder(FolderId folderId,
java.util.List<Property> propertiesToSet)
Modify properties of an existing folder.
|
FolderId |
Service.updateFolder(FolderId folderId,
java.util.List<Property> propertiesToSet,
java.util.List<PropertyPath> propertiesToDelete)
Modify properties of an existing folder.
|
FolderId |
Service.updateFolder(FolderId folderId,
Property propertyToSet)
Modify properties of an existing folder.
|
FolderId |
Service.updateFolder(FolderId folderId,
PropertyPath propertyToDelete)
Modify properties of an existing folder.
|
FolderId |
Service.updateFolder(FolderId folderId,
Property propertyToSet,
PropertyPath propertyToDelete)
Modify properties of an existing folder.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
java.util.List<PropertyPath> propertiesToDelete,
java.util.List<Property> propertiesToAppend,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of an existing item.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
SendMeetingOption sendMeetingOption,
FolderId sentItemsFolderId)
Updates the properties of the existing items.
|
Response |
Service.updateOwaOptions(OwaOptions owaOptions,
FolderId folderId)
Update owa options.
|
Response |
Service.updateRetentionSettings(RetentionSettings retentionSettings,
FolderId folderId)
Update retention settings.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FolderInfoResponse> |
Service.copyFolder(java.util.List<FolderId> folders,
FolderId targetFolderId)
Copies multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.copyFolder(java.util.List<FolderId> folders,
StandardFolder standardFolder)
Copies multiple folders.
|
java.util.List<Response> |
Service.deleteFolder(java.util.List<FolderId> folders)
Deletes multiple folders.
|
java.util.List<Response> |
Service.deleteFolder(java.util.List<FolderId> folders,
DeleteType deleteType)
Deletes multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.emptyFolder(java.util.List<FolderId> folders)
Empties multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.emptyFolder(java.util.List<FolderId> folders,
boolean deleteSubFolders)
Empties multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.emptyFolder(java.util.List<FolderId> folders,
DeleteType deleteType)
Empties multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.emptyFolder(java.util.List<FolderId> folders,
DeleteType deleteType,
boolean deleteSubFolders)
Empties multiple folders.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
java.util.List<FindFolderResponse> |
Service.findFolder(java.util.List<FolderId> parentFolders,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal,
QueryString queryString)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
Restriction restriction,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
ItemShape itemShape,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
java.util.List<PropertyPath> propertyPaths,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
Restriction restriction,
View view)
Finds items in the specified folder.
|
java.util.List<FindItemResponse> |
Service.findItem(java.util.List<FolderId> parentFolders,
View view)
Finds items in the specified folder.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder,
int maxItemsToReturn)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> foldersToIgnore,
ConversationNodeSortOrder sortOrder)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation,
java.util.List<FolderId> folderToIgnore,
ConversationNodeSortOrder sortOrder,
int maxItemsToReturn)
Gets the conversation items.
|
java.util.List<FolderInfoResponse> |
Service.getFolders(java.util.List<FolderId> folders)
Gets multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.getFolders(java.util.List<FolderId> folders,
FolderShape folderShape)
Gets multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.getFolders(java.util.List<FolderId> folders,
java.util.List<PropertyPath> propertyPaths)
Gets multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.getFolders(java.util.List<FolderId> folders,
ShapeType shapeType)
Gets multiple folders.
|
java.util.List<Response> |
Service.markAllItemsAsRead(java.util.List<FolderId> folders)
Mark all items as read.
|
java.util.List<Response> |
Service.markAllItemsAsRead(java.util.List<FolderId> folders,
boolean isRead)
Mark all items as read.
|
java.util.List<Response> |
Service.markAllItemsAsRead(java.util.List<FolderId> folders,
boolean isRead,
boolean suppressReadReceipts)
Mark all items as read.
|
java.util.List<FolderInfoResponse> |
Service.moveFolder(java.util.List<FolderId> folders,
FolderId targetFolderId)
Moves multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.moveFolder(java.util.List<FolderId> folders,
StandardFolder standardFolder)
Moves multiple folders.
|
| Constructor and Description |
|---|
FolderChange(FolderId folderId,
java.util.List<Property> propertiesToSet)
Initializes a new instance of the FolderChange class.
|
FolderChange(FolderId folderId,
java.util.List<Property> propertiesToSet,
java.util.List<PropertyPath> propertiesToDelete)
Initializes a new instance of the FolderChange class.
|
FolderChange(FolderId folderId,
Property propertyToSet)
Initializes a new instance of the FolderChange class.
|
FolderChange(FolderId folderId,
PropertyPath propertyToDelete)
Initializes a new instance of the FolderChange class.
|
FolderChange(FolderId folderId,
Property propertyToSet,
PropertyPath propertyToDelete)
Initializes a new instance of the FolderChange class.
|
PullSubscription(FolderId folderId)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(FolderId folderId,
EventType eventType)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(FolderId folderId,
EventType eventType,
int timeout)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(FolderId folderId,
EventType eventType,
int timeout,
java.lang.String watermark)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(FolderId folderId,
EventType eventType,
java.lang.String watermark)
Initializes a new instance of the PullSubscription class.
|
PushSubscription(FolderId folderId,
EventType eventType,
java.lang.String url)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(FolderId folderId,
EventType eventType,
java.lang.String url,
int statusFrequency)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(FolderId folderId,
EventType eventType,
java.lang.String url,
int statusFrequency,
java.lang.String watermark)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(FolderId folderId,
EventType eventType,
java.lang.String url,
java.lang.String watermark)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(FolderId folderId,
java.lang.String url)
Initializes a new instance of the PushSubscription class.
|
StreamingSubscription(FolderId folderId,
EventType eventType)
Initializes a new instance of the StreamingSubscription class.
|
StreamingSubscription(FolderId folderId,
java.util.List<EventType> eventTypes)
Initializes a new instance of the StreamingSubscription class.
|
UploadItem(byte[] buffer,
FolderId parentFolderId)
Initializes a new instance of the UploadItem class.
|
UploadItem(java.io.InputStream inputStream,
FolderId parentFolderId)
Initializes a new instance of the UploadItem class.
|
UploadItem(java.lang.String filePath,
FolderId parentFolderId)
Initializes a new instance of the UploadItem class.
|
UserConfigurationName(java.lang.String name,
FolderId folderId)
Initializes a new instance of the UserConfigurationName class.
|
| Constructor and Description |
|---|
SearchFolderParameters(java.util.List<FolderId> folderIds) |
SearchFolderParameters(java.util.List<FolderId> folderIds,
Restriction restriction) |
SearchFolderParameters(java.util.List<FolderId> folderIds,
Restriction restriction,
SearchFolderTraversal traversal) |
StreamingSubscription(java.util.List<FolderId> folders,
java.util.List<EventType> eventTypes)
Initializes a new instance of the StreamingSubscription class.
|