| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
StandardFolder |
StandardFolderId.getStandardFolder()
Gets the standard folder.
|
StandardFolder |
Folder.getStandardFolder()
Represents the StandardFolder type.
|
static StandardFolder |
StandardFolder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardFolder[] |
StandardFolder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ItemInfoResponse |
Service.archiveItem(ItemId itemId,
StandardFolder standardFolder)
Archive item.
|
java.util.List<ItemInfoResponse> |
Service.archiveItem(java.util.List<ItemId> items,
StandardFolder standardFolder)
Archive item.
|
FolderId |
Service.copyFolder(FolderId folderId,
StandardFolder standardFolder)
Copies a folder.
|
java.util.List<FolderInfoResponse> |
Service.copyFolder(java.util.List<FolderId> folders,
StandardFolder standardFolder)
Copies multiple folders.
|
ItemInfoResponse |
Service.copyItem(ItemId itemId,
StandardFolder standardFolder)
Copies an item.
|
java.util.List<ItemInfoResponse> |
Service.copyItem(java.util.List<ItemId> items,
StandardFolder standardFolder)
Copies multiple items.
|
Response |
Service.createCalendarOptions(CalendarOptions calendarOptions,
StandardFolder standardFolder)
Creates the calendar options.
|
FolderId |
Service.createFolder(Folder folder,
StandardFolder standardFolder)
Creates a folder.
|
java.util.List<FolderInfoResponse> |
Service.createFolder(java.util.List<Folder> folders,
StandardFolder standardFolder)
Creates multiple folders.
|
FolderId |
Service.createFolder(java.lang.String folderName,
StandardFolder standardFolder)
Creates a folder.
|
java.util.List<FolderInfoResponse> |
Service.createFolderPath(java.util.List<Folder> folders,
StandardFolder standardFolder)
Creates the folder path.
|
ItemId |
Service.createItem(Item item,
StandardFolder standardFolder)
Creates an item.
|
ItemId |
Service.createItem(Item item,
StandardFolder standardFolder,
MessageDisposition messageDisposition)
Creates an item.
|
ItemId |
Service.createItem(Item item,
StandardFolder standardFolder,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates an item.
|
ItemId |
Service.createItem(Item item,
StandardFolder standardFolder,
SendMeetingInvitations sendMeetingInvitations)
Creates an item.
|
java.util.List<ItemInfoResponse> |
Service.createItem(java.util.List<Item> items,
StandardFolder standardFolder)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
Service.createItem(java.util.List<Item> items,
StandardFolder standardFolder,
MessageDisposition messageDisposition)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
Service.createItem(java.util.List<Item> items,
StandardFolder standardFolder,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates multiple items.
|
java.util.List<ItemInfoResponse> |
Service.createItem(java.util.List<Item> items,
StandardFolder standardFolder,
SendMeetingInvitations sendMeetingInvitations)
Creates multiple items.
|
Response |
Service.createOwaOptions(OwaOptions owaOptions,
StandardFolder standardFolder)
Creates the owa options.
|
Response |
Service.createRetentionSettings(RetentionSettings retentionSettings,
StandardFolder standardFolder)
Creates the retention settings.
|
Response |
Service.deleteCalendarOptions(StandardFolder standardFolder)
Delete calendar options.
|
Response |
Service.deleteOwaOptions(StandardFolder standardFolder)
Delete owa options.
|
Response |
Service.deleteRetentionSettings(StandardFolder standardFolder)
Delete retention settings.
|
FolderInfoResponse |
Service.emptyFolder(StandardFolder standardFolder)
Empties a folder.
|
FolderInfoResponse |
Service.emptyFolder(StandardFolder standardFolder,
boolean deleteSubFolders)
Empties a folder.
|
FolderInfoResponse |
Service.emptyFolder(StandardFolder standardFolder,
DeleteType deleteType)
Empties a folder.
|
FolderInfoResponse |
Service.emptyFolder(StandardFolder standardFolder,
DeleteType deleteType,
boolean deleteSubFolders)
Empties a folder.
|
FindConversationResponse |
Service.FindConfindConversationversation(StandardFolder standardFolder,
View view)
Find confind conversationversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
ConversationQueryTraversal traversal,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
ConversationShape shape,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
QueryString queryString)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
View view,
ViewFilter viewFilter)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation)
Find conversation.
|
FindConversationResponse |
Service.findConversation(StandardFolder standardFolder,
View view,
ViewFilter viewFilter,
java.util.List<PropertyOrder> propertyOrder,
MailboxSearchLocation mailboxSearchLocation,
QueryString queryString)
Find conversation.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
FolderShape folderShape,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
Restriction restriction)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
Restriction restriction,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
Restriction restriction,
PageView view)
Finds subfolders of the specified folder.
|
FindFolderResponse |
Service.findFolder(StandardFolder standardFolder,
Restriction restriction,
PageView view,
FolderQueryTraversal traversal)
Finds subfolders of the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
ItemShape itemShape,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
IGroupBy groupBy,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
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(StandardFolder standardFolder,
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(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
java.util.List<PropertyOrder> propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
IGroupBy groupBy,
PropertyOrder propertyOrder,
View view,
ItemQueryTraversal traversal)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
java.util.List<PropertyOrder> propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
PropertyOrder propertyOrder)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
PropertyOrder propertyOrder,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
Restriction restriction,
View view)
Finds items in the specified folder.
|
FindItemResponse |
Service.findItem(StandardFolder standardFolder,
View view)
Finds items in the specified folder.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
PersonaShape shape,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
Restriction restriction)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
Restriction restriction,
Restriction aggregationRestriction)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
Restriction restriction,
Restriction aggregationRestriction,
java.util.List<PropertyOrder> propertyOrder,
IndexedPageView view,
java.lang.String query)
Find people.
|
FindPeopleResponse |
Service.findPeople(StandardFolder standardFolder,
java.lang.String query)
Find people.
|
CalendarOptions |
Service.getCalendarOptions(StandardFolder standardFolder)
Gets the calendar options.
|
Folder |
Service.getFolder(StandardFolder standardFolder)
Gets a folder.
|
Folder |
Service.getFolder(StandardFolder standardFolder,
FolderShape folderShape)
Gets a folder.
|
Folder |
Service.getFolder(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Gets a folder.
|
Folder |
Service.getFolder(StandardFolder standardFolder,
ShapeType shapeType)
Gets a folder.
|
OwaOptions |
Service.getOwaOptions(StandardFolder standardFolder)
Gets the owa options.
|
RetentionSettings |
Service.getRetentionSettings(StandardFolder standardFolder)
Gets the retention settings.
|
Response |
Service.markAllItemsAsRead(StandardFolder standardFolder)
Mark all items as read.
|
Response |
Service.markAllItemsAsRead(StandardFolder standardFolder,
boolean isRead)
Mark all items as read.
|
Response |
Service.markAllItemsAsRead(StandardFolder standardFolder,
boolean isRead,
boolean suppressReadReceipts)
Mark all items as read.
|
FolderId |
Service.moveFolder(FolderId folderId,
StandardFolder standardFolder)
Moves a folder.
|
java.util.List<FolderInfoResponse> |
Service.moveFolder(java.util.List<FolderId> folders,
StandardFolder standardFolder)
Moves multiple folders.
|
ItemInfoResponse |
Service.moveItem(ItemId itemId,
StandardFolder standardFolder)
Moves an item.
|
java.util.List<ItemInfoResponse> |
Service.moveItem(java.util.List<ItemId> items,
StandardFolder standardFolder)
Moves multiple items.
|
ItemInfoResponse |
Service.send(ItemId itemId,
StandardFolder standardFolder)
Sends an email message.
|
java.util.List<ItemInfoResponse> |
Service.send(java.util.List<ItemId> messages,
StandardFolder standardFolder)
Sends email messages.
|
void |
StandardFolderId.setStandardFolder(StandardFolder id)
Sets the standard folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
FolderShape folderShape)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
FolderShape folderShape,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncFoldersResponse |
Service.syncFolders(StandardFolder standardFolder,
java.lang.String state)
Synchronizes the subfolders of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
ItemShape itemShape)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
ItemShape itemShape,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
ItemShape itemShape,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
ItemShape itemShape,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
java.util.List<PropertyPath> propertyPaths,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
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(StandardFolder standardFolder,
java.lang.String state)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
java.lang.String state,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
java.lang.String state,
java.util.List<ItemId> ignoreItems)
Synchronizes the items of a specific folder.
|
SyncItemsResponse |
Service.syncItems(StandardFolder standardFolder,
java.lang.String state,
java.util.List<ItemId> ignoreItems,
int maxChangesReturned)
Synchronizes the items of a specific folder.
|
Response |
Service.updateCalendarOptions(CalendarOptions calendarOptions,
StandardFolder standardFolder)
Update calendar options.
|
Response |
Service.updateOwaOptions(OwaOptions owaOptions,
StandardFolder standardFolder)
Update owa options.
|
Response |
Service.updateRetentionSettings(RetentionSettings retentionSettings,
StandardFolder standardFolder)
Update retention settings.
|
| Constructor and Description |
|---|
FolderChange(StandardFolder standardFolder,
java.util.List<Property> propertiesToSet)
Initializes a new instance of the FolderChange class.
|
FolderChange(StandardFolder standardFolder,
java.util.List<Property> propertiesToSet,
java.util.List<PropertyPath> propertiesToDelete)
Initializes a new instance of the FolderChange class.
|
FolderChange(StandardFolder standardFolder,
Property propertyToSet)
Instantiates a new folder change.
|
FolderChange(StandardFolder standardFolder,
PropertyPath propertyToDelete)
Initializes a new instance of the FolderChange class.
|
FolderChange(StandardFolder standardFolder,
Property propertyToSet,
PropertyPath propertyToDelete)
Initializes a new instance of the FolderChange class.
|
PullSubscription(StandardFolder standardFolder)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(StandardFolder standardFolder,
EventType eventType)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(StandardFolder standardFolder,
EventType eventType,
int timeout)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(StandardFolder standardFolder,
EventType eventType,
int timeout,
java.lang.String watermark)
Initializes a new instance of the PullSubscription class.
|
PullSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String watermark)
Initializes a new instance of the PullSubscription class.
|
PushSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String url)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String url,
int statusFrequency)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String url,
int statusFrequency,
java.lang.String watermark)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(StandardFolder standardFolder,
EventType eventType,
java.lang.String url,
java.lang.String watermark)
Initializes a new instance of the PushSubscription class.
|
PushSubscription(StandardFolder standardFolder,
java.lang.String url)
Initializes a new instance of the PushSubscription class.
|
StandardFolderId(StandardFolder id)
Instantiates a new standard folder id.
|
StandardFolderId(StandardFolder id,
Mailbox mailbox)
Instantiates a new standard folder id.
|
StandardFolderId(StandardFolder id,
java.lang.String changeKey)
Instantiates a new standard folder id.
|
StandardFolderId(StandardFolder id,
java.lang.String changeKey,
Mailbox mailbox)
Instantiates a new standard folder id.
|
StreamingSubscription(StandardFolder standardFolder,
EventType eventType)
Initializes a new instance of the StreamingSubscription class.
|
StreamingSubscription(StandardFolder standardFolder,
java.util.List<EventType> eventTypes)
Initializes a new instance of the StreamingSubscription class.
|