| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
ItemInfoResponse |
Service.acceptMeetingRequest(AcceptItem acceptItem)
Accepts meeting request.
|
ItemInfoResponse |
Service.acceptMeetingRequest(AcceptItem acceptItem,
FolderId sentItemsFolderId)
Accepts meeting request.
|
ItemInfoResponse |
Service.acceptMeetingRequest(AcceptItem acceptItem,
MessageDisposition messageDisposition)
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)
Accepts meeting requests.
|
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)
Accepts meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.acceptMeetingRequest(java.util.List<AcceptItem> acceptItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Accepts meeting requests.
|
DelegateUserResponse |
Service.addDelegate(Mailbox mailbox,
DelegateUser delegateUser)
Adds delegate to a specific mailbox.
|
DelegateUserResponse |
Service.addDelegate(Mailbox mailbox,
DelegateUser delegateUser,
DeliverMeetingRequests deliverMeetingRequests)
Adds delegate to a specific mailbox.
|
DelegateResponse |
Service.addDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers)
Adds delegates to a specific mailbox.
|
DelegateResponse |
Service.addDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers,
DeliverMeetingRequests deliverMeetingRequests)
Adds delegates to a specific mailbox.
|
ImGroupInfoResponse |
Service.addDistributionGroupToImList(java.lang.String smtpAddress,
java.lang.String displayName)
Adds the distribution group to im list.
|
Response |
Service.addImContactToGroup(ItemId groupId,
ItemId contactId)
Adds the im contact to group.
|
ImGroupInfoResponse |
Service.addImGroup(java.lang.String displayName)
Adds the im group.
|
PersonaInfoResponse |
Service.addNewImContactToGroup(ItemId groupId,
java.lang.String imAddress)
Adds the new im contact to group.
|
PersonaInfoResponse |
Service.addNewImContactToGroup(ItemId groupId,
java.lang.String imAddress,
java.lang.String displayName)
Adds the new im contact to group.
|
PersonaInfoResponse |
Service.addNewTelUriContactToGroup(ItemId groupId,
java.lang.String telUriAddress,
java.lang.String imTelephoneNumber,
java.lang.String imContactSipUriAddress)
Adds the new tel uri contact to group.
|
Response |
Service.applyConversationAction(ConversationAction conversationAction)
Sets a one-time or follow up action on all the items in a conversation.
|
java.util.List<Response> |
Service.applyConversationAction(java.util.List<ConversationAction> conversationActions)
Sets a one-time or follow up action on all the items in a conversation.
|
ItemInfoResponse |
Service.archiveItem(ItemId itemId,
FolderId targetFolderId)
Archive item.
|
ItemInfoResponse |
Service.archiveItem(ItemId itemId,
StandardFolder standardFolder)
Archive item.
|
java.util.List<ItemInfoResponse> |
Service.archiveItem(java.util.List<ItemId> items,
FolderId targetFolderId)
Archive item.
|
java.util.List<ItemInfoResponse> |
Service.archiveItem(java.util.List<ItemId> items,
StandardFolder standardFolder)
Archive item.
|
MobileSyncProvider |
AutodiscoverService.autodiscoverMobileSyncProvider(java.lang.String emailAddress)
Autodiscover mobile sync provider.
|
OutlookProvider |
AutodiscoverService.autodiscoverOutlookProvider(java.lang.String emailAddress)
Autodiscover outlook provider.
|
ItemInfoResponse |
Service.cancelMeetingRequest(CancelItem cancelItem)
Cancels meeting.
|
ItemInfoResponse |
Service.cancelMeetingRequest(CancelItem cancelItem,
FolderId sentItemsFolderId)
Cancels meeting.
|
ItemInfoResponse |
Service.cancelMeetingRequest(CancelItem cancelItem,
MessageDisposition messageDisposition)
Cancels meeting.
|
ItemInfoResponse |
Service.cancelMeetingRequest(CancelItem cancelItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Cancels meeting.
|
java.util.List<ItemInfoResponse> |
Service.cancelMeetingRequest(java.util.List<CancelItem> cancelItems)
Cancels meetings.
|
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)
Cancels meetings.
|
java.util.List<ItemInfoResponse> |
Service.cancelMeetingRequest(java.util.List<CancelItem> cancelItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Cancels meetings.
|
ItemInfoResponse |
Service.cancelMeetingRequest(RemoveItem removeItem)
Cancels meeting.
|
ItemInfoResponse |
Service.cancelMeetingRequest(RemoveItem removeItem,
FolderId sentItemsFolderId)
Cancels meeting.
|
ItemInfoResponse |
Service.cancelMeetingRequest(RemoveItem removeItem,
MessageDisposition messageDisposition)
Cancels meeting.
|
ItemInfoResponse |
Service.cancelMeetingRequest(RemoveItem removeItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Cancels meeting.
|
java.util.List<ConvertIdResponse> |
Service.convertId(java.util.List<SourceId> sourceIds,
IdFormat destinationFormat)
Converts IDs from one format to another format.
|
ConvertIdResponse |
Service.convertId(SourceId sourceId,
IdFormat destinationFormat)
Converts an ID from one format to another format.
|
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.
|
java.util.List<FolderInfoResponse> |
Service.copyFolder(java.util.List<FolderId> folders,
StandardFolder standardFolder)
Copies multiple folders.
|
ItemInfoResponse |
Service.copyItem(ItemId itemId,
FolderId targetFolderId)
Copies an item.
|
ItemInfoResponse |
Service.copyItem(ItemId itemId,
StandardFolder standardFolder)
Copies an item.
|
java.util.List<ItemInfoResponse> |
Service.copyItem(java.util.List<ItemId> items,
FolderId targetFolderId)
Copies multiple items.
|
java.util.List<ItemInfoResponse> |
Service.copyItem(java.util.List<ItemId> items,
StandardFolder standardFolder)
Copies multiple items.
|
AttachmentId |
Service.createAttachment(Attachment attachment,
ItemId itemId)
Creates either an item or file attachment and attaches it to the specified item.
|
AttachmentId |
Service.createAttachment(Attachment attachment,
java.lang.String itemId)
Creates either an item or file attachment and attaches it to the specified item.
|
java.util.List<CreateAttachmentResponse> |
Service.createAttachment(java.util.List<Attachment> attachments,
ItemId itemId)
Creates attachments and attaches them to the specified item.
|
java.util.List<CreateAttachmentResponse> |
Service.createAttachment(java.util.List<Attachment> attachments,
java.lang.String itemId)
Creates attachments and attaches them to the specified item.
|
Response |
Service.createCalendarOptions(CalendarOptions calendarOptions)
Creates the calendar options.
|
Response |
Service.createCalendarOptions(CalendarOptions calendarOptions,
FolderId folderId)
Creates the calendar options.
|
Response |
Service.createCalendarOptions(CalendarOptions calendarOptions,
StandardFolder standardFolder)
Creates the calendar options.
|
Response |
Service.createCategoryList(CategoryList categoryList)
Creates the category list.
|
Response |
Service.createCategoryList(CategoryList categoryList,
FolderId folderId)
Creates the category list.
|
FolderId |
Service.createFolder(Folder folder,
FolderId parentFolderId)
Creates a folder.
|
FolderId |
Service.createFolder(Folder folder,
StandardFolder standardFolder)
Creates a folder.
|
java.util.List<FolderInfoResponse> |
Service.createFolder(java.util.List<Folder> folders,
FolderId parentFolderId)
Creates multiple folders.
|
java.util.List<FolderInfoResponse> |
Service.createFolder(java.util.List<Folder> folders,
StandardFolder standardFolder)
Creates multiple folders.
|
FolderId |
Service.createFolder(java.lang.String folderName,
FolderId parentFolderId)
Creates a folder.
|
FolderId |
Service.createFolder(java.lang.String folderName,
StandardFolder standardFolder)
Creates a folder.
|
java.util.List<FolderInfoResponse> |
Service.createFolderPath(java.util.List<Folder> folders,
FolderId parentFolderId)
Creates the folder path.
|
java.util.List<FolderInfoResponse> |
Service.createFolderPath(java.util.List<Folder> folders,
StandardFolder standardFolder)
Creates the folder path.
|
ItemId |
Service.createItem(Item item)
Creates an item.
|
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.
|
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)
Creates multiple items.
|
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.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.
|
java.util.List<ItemInfoResponse> |
Service.createItemImplementation(java.util.List<Item> items,
FolderId parentFolderId,
MessageDisposition messageDisposition,
SendMeetingInvitations sendMeetingInvitations)
Creates the item implementation.
|
java.util.List<FolderInfoResponse> |
Service.createManagedFolder(java.util.List<java.lang.String> folderNames)
Creates multiple managed folders.
|
java.util.List<FolderInfoResponse> |
Service.createManagedFolder(java.util.List<java.lang.String> folderNames,
Mailbox mailbox)
Creates multiple managed folders.
|
FolderId |
Service.createManagedFolder(java.lang.String folderName)
Creates a managed folder.
|
FolderId |
Service.createManagedFolder(java.lang.String folderName,
Mailbox mailbox)
Creates a managed folder.
|
Response |
Service.createOwaOptions(OwaOptions owaOptions)
Creates the owa options.
|
Response |
Service.createOwaOptions(OwaOptions owaOptions,
FolderId folderId)
Creates the owa options.
|
Response |
Service.createOwaOptions(OwaOptions owaOptions,
StandardFolder standardFolder)
Creates the owa options.
|
Response |
Service.createRetentionSettings(RetentionSettings retentionSettings)
Creates the retention settings.
|
Response |
Service.createRetentionSettings(RetentionSettings retentionSettings,
FolderId folderId)
Creates the retention settings.
|
Response |
Service.createRetentionSettings(RetentionSettings retentionSettings,
StandardFolder standardFolder)
Creates the retention settings.
|
RuleOperationResponse |
Service.createRule(java.util.List<Rule> rules)
Creates an inbox rule.
|
RuleOperationResponse |
Service.createRule(java.util.List<Rule> rules,
boolean removeOutlookRuleBlob)
Creates an inbox rule.
|
RuleOperationResponse |
Service.createRule(java.util.List<Rule> rules,
java.lang.String smtpEmailAddress)
Creates an inbox rule.
|
RuleOperationResponse |
Service.createRule(java.util.List<Rule> rules,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Creates an inbox rule.
|
RuleOperationResponse |
Service.createRule(Rule rule)
Creates an inbox rule.
|
RuleOperationResponse |
Service.createRule(Rule rule,
boolean removeOutlookRuleBlob)
Creates an inbox rule.
|
RuleOperationResponse |
Service.createRule(Rule rule,
java.lang.String smtpEmailAddress)
Creates an inbox rule.
|
RuleOperationResponse |
Service.createRule(Rule rule,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Creates an inbox rule.
|
Response |
Service.createUserConfiguration(UserConfiguration userConfiguration)
Creates a user configuration object on a folder.
|
ItemInfoResponse |
Service.declineMeetingRequest(DeclineItem declineItem)
Declines meeting request.
|
ItemInfoResponse |
Service.declineMeetingRequest(DeclineItem declineItem,
FolderId sentItemsFolderId)
Declines meeting request.
|
ItemInfoResponse |
Service.declineMeetingRequest(DeclineItem declineItem,
MessageDisposition messageDisposition)
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)
Declines meeting requests.
|
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)
Declines meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.declineMeetingRequest(java.util.List<DeclineItem> declineItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Declines meeting requests.
|
ItemId |
Service.deleteAttachment(AttachmentInfo attachmentInfo)
Deletes file or item attachment from an existing item.
|
ItemId |
Service.deleteAttachment(java.util.List<java.lang.String> attachmentIds)
Deletes file or item attachments from an existing item.
|
ItemId |
Service.deleteAttachment(java.lang.String attachmentId)
Deletes file or item attachment from an existing item.
|
Response |
Service.deleteCalendarOptions()
Delete calendar options.
|
Response |
Service.deleteCalendarOptions(FolderId folderId)
Delete calendar options.
|
Response |
Service.deleteCalendarOptions(StandardFolder standardFolder)
Delete calendar options.
|
Response |
Service.deleteCategoryList()
Delete category list.
|
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.
|
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.
|
Response |
Service.deleteItem(ItemId itemId)
Deletes an item.
|
Response |
Service.deleteItem(ItemId itemId,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes an item.
|
Response |
Service.deleteItem(ItemId itemId,
DeleteType deleteType)
Deletes an item.
|
Response |
Service.deleteItem(ItemId itemId,
DeleteType deleteType,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes an item.
|
Response |
Service.deleteItem(ItemId itemId,
DeleteType deleteType,
SendMeetingInvitations sendMeetingInvitations)
Deletes an item.
|
Response |
Service.deleteItem(ItemId itemId,
DeleteType deleteType,
SendMeetingInvitations sendMeetingInvitations,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes an item.
|
Response |
Service.deleteItem(ItemId itemId,
SendMeetingInvitations sendMeetingInvitations)
Deletes an item.
|
java.util.List<Response> |
Service.deleteItem(java.util.List<ItemId> items)
Deletes multiple items.
|
java.util.List<Response> |
Service.deleteItem(java.util.List<ItemId> items,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes multiple items.
|
java.util.List<Response> |
Service.deleteItem(java.util.List<ItemId> items,
DeleteType deleteType)
Deletes multiple items.
|
java.util.List<Response> |
Service.deleteItem(java.util.List<ItemId> items,
DeleteType deleteType,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes multiple items.
|
java.util.List<Response> |
Service.deleteItem(java.util.List<ItemId> items,
DeleteType deleteType,
SendMeetingInvitations sendMeetingInvitations)
Deletes multiple items.
|
java.util.List<Response> |
Service.deleteItem(java.util.List<ItemId> items,
DeleteType deleteType,
SendMeetingInvitations sendMeetingInvitations,
AffectedTaskOccurrences affectedTaskOccurrences)
Deletes multiple items.
|
java.util.List<Response> |
Service.deleteItem(java.util.List<ItemId> items,
SendMeetingInvitations sendMeetingInvitations)
Deletes multiple items.
|
Response |
Service.deleteOwaOptions()
Delete owa options.
|
Response |
Service.deleteOwaOptions(FolderId folderId)
Delete owa options.
|
Response |
Service.deleteOwaOptions(StandardFolder standardFolder)
Delete owa options.
|
Response |
Service.deleteRetentionSettings()
Delete retention settings.
|
Response |
Service.deleteRetentionSettings(FolderId folderId)
Delete retention settings.
|
Response |
Service.deleteRetentionSettings(StandardFolder standardFolder)
Delete retention settings.
|
RuleOperationResponse |
Service.deleteRule(java.util.List<java.lang.String> ruleIds)
Deletes inbox rules.
|
RuleOperationResponse |
Service.deleteRule(java.util.List<java.lang.String> ruleIds,
boolean removeOutlookRuleBlob)
Deletes inbox rules.
|
RuleOperationResponse |
Service.deleteRule(java.util.List<java.lang.String> ruleIds,
java.lang.String smtpEmailAddress)
Deletes inbox rules.
|
RuleOperationResponse |
Service.deleteRule(java.util.List<java.lang.String> ruleIds,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Deletes inbox rules.
|
RuleOperationResponse |
Service.deleteRule(java.lang.String rule)
Deletes an inbox rule.
|
RuleOperationResponse |
Service.deleteRule(java.lang.String ruleId,
boolean removeOutlookRuleBlob)
Deletes an inbox rule.
|
RuleOperationResponse |
Service.deleteRule(java.lang.String ruleId,
java.lang.String smtpEmailAddress)
Deletes an inbox rule.
|
RuleOperationResponse |
Service.deleteRule(java.lang.String ruleId,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Deletes an inbox rule.
|
Response |
Service.deleteUserConfiguration(UserConfigurationName name)
Deletes a user configuration object on a folder.
|
Response |
Service.disableApp(java.lang.String id)
Disable app.
|
Response |
Service.disableApp(java.lang.String id,
DisableReason reason)
Disable app.
|
void |
UnifiedMessagingService.disconnect(java.lang.String callId)
Disconnect.
|
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.
|
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.
|
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.
|
ExpandDistributionListResponse |
Service.expandDistributionList(ItemId itemId)
Expands a distribution list identified by the ItemId.
|
ExpandDistributionListResponse |
Service.expandDistributionList(Mailbox mailbox)
Expands a distribution list identified by the mailbox.
|
ExpandDistributionListResponse |
Service.expandDistributionList(java.lang.String emailAddress)
Expands a distribution list identified by the SMTP address.
|
ExportItemsResponse |
Service.exportItems(ItemId itemId)
Exports an item from a mailbox.
|
java.util.List<ExportItemsResponse> |
Service.exportItems(java.util.List<ItemId> itemIds)
Exports items from a mailbox.
|
FindConversationResponse |
Service.FindConfindConversationversation(StandardFolder standardFolder,
View view)
Find confind conversationversation.
|
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.
|
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(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.
|
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.
|
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(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.
|
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.
|
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.
|
FindMailboxStatisticsByKeywordsResponse |
Service.findMailboxStatisticsByKeywords(MailboxStatisticsByKeywords mailboxStatisticsByKeywords)
Find mailbox statistics by keywords.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime,
java.util.Date endTime)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime,
java.util.Date endTime,
java.lang.String messageId)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime,
java.util.Date endTime,
java.lang.String messageId,
Mailbox federatedDeliveryMailbox)
Finds messages that meet the specified criteria.
|
FindMessageTrackingReportResponse |
Service.findMessageTrackingReport(MessageTrackingScope scope,
java.lang.String domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
java.lang.String subject,
java.util.Date startTime,
java.util.Date endTime,
java.lang.String messageId,
Mailbox federatedDeliveryMailbox,
java.lang.String diagnosticsLevel)
Finds messages that meet the specified criteria.
|
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.
|
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.
|
ItemInfoResponse |
Service.forward(ForwardItem forwardItem)
Forwards a message.
|
ItemInfoResponse |
Service.forward(ForwardItem forwardItem,
FolderId sentItemsFolderId)
Forwards a message.
|
ItemInfoResponse |
Service.forward(ForwardItem forwardItem,
MessageDisposition messageDisposition)
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)
Forwards multiple messages.
|
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)
Forwards multiple messages.
|
java.util.List<ItemInfoResponse> |
Service.forward(java.util.List<ForwardItem> forwardItems,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Forwards multiple messages.
|
GetAppManifestsResponse |
Service.getAppManifests()
Gets the app manifests.
|
GetAppMarketplaceUrlResponse |
Service.getAppMarketplaceUrl()
Gets the app marketplace url.
|
Appointment |
Service.getAppointment(ItemId itemId)
Gets an appointment.
|
Appointment |
Service.getAppointment(ItemId itemId,
ItemShape itemShape)
Gets an appointment.
|
Appointment |
Service.getAppointment(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an appointment.
|
Appointment |
Service.getAppointment(ItemId itemId,
ShapeType shapeType)
Gets an appointment.
|
Appointment |
Service.getAppointment(java.lang.String itemId)
Gets a message.
|
Appointment |
Service.getAppointment(java.lang.String itemId,
ItemShape itemShape)
Gets an appointment.
|
Appointment |
Service.getAppointment(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an appointment.
|
Appointment |
Service.getAppointment(java.lang.String itemId,
ShapeType shapeType)
Gets an appointment.
|
Attachment |
Service.getAttachment(AttachmentInfo attachmentInfo)
Retrieve existing attachment.
|
Attachment |
Service.getAttachment(AttachmentInfo attachmentInfo,
AttachmentShape attachmentShape)
Retrieve existing attachment.
|
Attachment |
Service.getAttachment(java.lang.String attachmentId)
Retrieve existing attachment.
|
Attachment |
Service.getAttachment(java.lang.String attachmentId,
AttachmentShape attachmentShape)
Retrieve existing attachment.
|
java.util.List<Attachment> |
Service.getAttachments(java.util.List<java.lang.String> attachmentIds)
Retrieve existing attachments.
|
java.util.List<Attachment> |
Service.getAttachments(java.util.List<java.lang.String> attachmentIds,
AttachmentShape attachmentShape)
Retrieve existing attachments.
|
AvailabilityResponse |
Service.getAvailability(java.util.List<MailboxData> mailboxes,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
Service.getAvailability(java.util.List<MailboxData> mailboxes,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
Service.getAvailability(java.util.List<MailboxData> mailboxes,
SerializableTimeZone timeZone,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
Service.getAvailability(MailboxData mailbox,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
Service.getAvailability(MailboxData mailbox,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
Service.getAvailability(MailboxData mailbox,
SerializableTimeZone timeZone,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
CalendarOptions |
Service.getCalendarOptions()
Gets the calendar options.
|
CalendarOptions |
Service.getCalendarOptions(FolderId folderId)
Gets the calendar options.
|
CalendarOptions |
Service.getCalendarOptions(StandardFolder standardFolder)
Gets the calendar options.
|
CallInfo |
UnifiedMessagingService.getCallInfo(java.lang.String callId)
Gets the call info.
|
CategoryList |
Service.getCategoryList()
Gets the category list.
|
CategoryList |
Service.getCategoryList(FolderId folderId)
Gets the category list.
|
PerformReminderActionResponse |
Service.getClientAccessToken(ClientAccessTokenRequest clientAccessTokenRequest)
Gets the client access token.
|
PerformReminderActionResponse |
Service.getClientAccessToken(java.util.List<ClientAccessTokenRequest> clientAccessTokenRequests)
Gets the client access token.
|
PerformReminderActionResponse |
Service.getClientAccessToken(java.lang.String id,
ClientAccessTokenType type)
Gets the client access token.
|
Contact |
Service.getContact(ItemId itemId)
Gets a contact.
|
Contact |
Service.getContact(ItemId itemId,
ItemShape itemShape)
Gets a contact.
|
Contact |
Service.getContact(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a contact.
|
Contact |
Service.getContact(ItemId itemId,
ShapeType shapeType)
Gets a contact.
|
Contact |
Service.getContact(java.lang.String itemId)
Gets a contact.
|
Contact |
Service.getContact(java.lang.String itemId,
ItemShape itemShape)
Gets a contact.
|
Contact |
Service.getContact(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a contact.
|
Contact |
Service.getContact(java.lang.String itemId,
ShapeType shapeType)
Gets a contact.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(ConversationRequest conversationRequest,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation)
Gets the conversation items.
|
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)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape)
Gets the conversation items.
|
java.util.List<ConversationItemResponse> |
Service.getConversationItems(java.util.List<ConversationRequest> conversationRequests,
ItemShape itemShape,
MailboxSearchLocation mailboxSearchLocation)
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.
|
DelegateResponse |
Service.getDelegate(Mailbox mailbox)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
Service.getDelegate(Mailbox mailbox,
boolean includePermissions)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
Service.getDelegate(Mailbox mailbox,
boolean includePermissions,
java.util.List<UserId> users)
Retrieves the delegates of a specific mailbox.
|
DelegateUserResponse |
Service.getDelegate(Mailbox mailbox,
boolean includePermissions,
UserId userId)
Retrieves the delegates of a specific mailbox.
|
DelegateResponse |
Service.getDelegate(Mailbox mailbox,
java.util.List<UserId> users)
Retrieves the delegates of a specific mailbox.
|
DelegateUserResponse |
Service.getDelegate(Mailbox mailbox,
UserId userId)
Retrieves the delegates of a specific mailbox.
|
DeviceAuthorizationCode |
Service.getDeviceAuthorizationCode() |
GetDiscoverySearchConfigurationResponse |
Service.getDiscoverySearchConfiguration(java.lang.String searchFilter)
Gets the discovery search configuration.
|
GetDiscoverySearchConfigurationResponse |
Service.getDiscoverySearchConfiguration(java.lang.String searchFilter,
boolean expandGroupMembership)
Gets the discovery search configuration.
|
GetDiscoverySearchConfigurationResponse |
Service.getDiscoverySearchConfiguration(java.lang.String searchFilter,
boolean expandGroupMembership,
boolean inPlaceHoldConfigurationOnly)
Gets the discovery search configuration.
|
DistributionList |
Service.getDistributionList(ItemId itemId)
Gets a DistributionList.
|
DistributionList |
Service.getDistributionList(ItemId itemId,
ItemShape itemShape)
Gets a DistributionList.
|
DistributionList |
Service.getDistributionList(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a DistributionList.
|
DistributionList |
Service.getDistributionList(ItemId itemId,
ShapeType shapeType)
Gets a DistributionList.
|
DistributionList |
Service.getDistributionList(java.lang.String itemId)
Gets a DistributionList.
|
DistributionList |
Service.getDistributionList(java.lang.String itemId,
ItemShape itemShape)
Gets a DistributionList.
|
DistributionList |
Service.getDistributionList(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a DistributionList.
|
DistributionList |
Service.getDistributionList(java.lang.String itemId,
ShapeType shapeType)
Gets a DistributionList.
|
GetDomainSettingsResponse |
AutodiscoverService.getDomainSettings(java.util.List<java.lang.String> domains,
java.util.List<DomainSettingName> settingNames)
Gets the domain settings.
|
GetDomainSettingsResponse |
AutodiscoverService.getDomainSettings(java.lang.String domain,
DomainSettingName settingName)
Gets the domain settings.
|
GetDomainSettingsResponse |
AutodiscoverService.getDomainSettings(java.lang.String domain,
java.util.List<DomainSettingName> settingNames)
Gets the domain settings.
|
GetEventsResponse |
Service.getEvents(java.lang.String subscriptionId,
java.lang.String watermark)
Gets events that have occurred in a mailbox since the specified notification.
|
GetEventsResponse |
Service.getEvents(SubscribeResponse subscribeResponse)
Gets events that have occurred in a mailbox since the last notification.
|
java.io.InputStream |
Service.getExportItemsInputStream(ItemId itemId) |
GetFederationInformationResponse |
AutodiscoverService.getFederationInformation(java.lang.String domain)
Gets the federation information.
|
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.
|
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.
|
Folder |
Service.getFolder(java.lang.String folderId)
Gets a folder.
|
Folder |
Service.getFolder(java.lang.String folderId,
FolderShape folderShape)
Gets a folder.
|
Folder |
Service.getFolder(java.lang.String folderId,
java.util.List<PropertyPath> propertyPaths)
Gets a folder.
|
Folder |
Service.getFolder(java.lang.String folderId,
ShapeType shapeType)
Gets a folder.
|
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.
|
HoldOnMailboxesInfo |
Service.getHoldOnMailboxes(java.lang.String holdId)
Gets the hold on mailboxes.
|
GetImItemListResponse |
Service.getImItemList()
Gets the im item list.
|
GetImItemListResponse |
Service.getImItemList(ExtendedPropertyList extendedProperties)
Gets the im item list.
|
GetImItemsResponse |
Service.getImItems(java.util.List<ItemId> groupIds)
Gets the im items.
|
GetImItemsResponse |
Service.getImItems(java.util.List<ItemId> groupIds,
java.util.List<ItemId> contactIds)
Gets the im items.
|
GetImItemsResponse |
Service.getImItems(java.util.List<ItemId> groupIds,
java.util.List<ItemId> contactIds,
ExtendedPropertyList extendedProperties)
Gets the im items.
|
Item |
Service.getItem(ItemId itemId)
Gets an item.
|
Item |
Service.getItem(ItemId itemId,
ItemShape itemShape)
Gets an item.
|
Item |
Service.getItem(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an item.
|
Item |
Service.getItem(ItemId itemId,
ShapeType shapeType)
Gets an item.
|
Item |
Service.getItem(java.lang.String itemId)
Gets an item.
|
Item |
Service.getItem(java.lang.String itemId,
ItemShape itemShape)
Gets an item.
|
Item |
Service.getItem(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets an item.
|
Item |
Service.getItem(java.lang.String itemId,
ShapeType shapeType)
Gets an item.
|
java.util.List<ItemInfoResponse> |
Service.getItems(java.util.List<ItemId> items)
Gets items.
|
java.util.List<ItemInfoResponse> |
Service.getItems(java.util.List<ItemId> items,
ItemShape itemShape)
Gets items.
|
java.util.List<ItemInfoResponse> |
Service.getItems(java.util.List<ItemId> items,
java.util.List<PropertyPath> propertyPaths)
Gets items.
|
java.util.List<ItemInfoResponse> |
Service.getItems(java.util.List<ItemId> items,
ShapeType shapeType)
Gets items.
|
Journal |
Service.getJournal(ItemId itemId)
Gets a journal.
|
Journal |
Service.getJournal(ItemId itemId,
ItemShape itemShape)
Gets a journal.
|
Journal |
Service.getJournal(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a journal.
|
Journal |
Service.getJournal(ItemId itemId,
ShapeType shapeType)
Gets a journal.
|
Journal |
Service.getJournal(java.lang.String itemId)
Gets the journal.
|
Journal |
Service.getJournal(java.lang.String itemId,
ItemShape itemShape)
Gets a journal.
|
Journal |
Service.getJournal(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a journal.
|
Journal |
Service.getJournal(java.lang.String itemId,
ShapeType shapeType)
Gets a journal.
|
GetMailTipsResponse |
Service.getMailTips(Mailbox sender,
java.util.List<Mailbox> recipients)
Gets the mail tips information for the specified mailbox.
|
GetMailTipsResponse |
Service.getMailTips(Mailbox sender,
java.util.List<Mailbox> recipients,
MailTipType type)
Gets the mail tips information for the specified mailbox.
|
MeetingCancellation |
Service.getMeetingCancellation(ItemId itemId)
Gets a meeting cancellation message.
|
MeetingCancellation |
Service.getMeetingCancellation(ItemId itemId,
ItemShape itemShape)
Gets a meeting cancellation message.
|
MeetingCancellation |
Service.getMeetingCancellation(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting cancellation message.
|
MeetingCancellation |
Service.getMeetingCancellation(ItemId itemId,
ShapeType shapeType)
Gets a meeting cancellation message.
|
MeetingCancellation |
Service.getMeetingCancellation(java.lang.String itemId)
Gets a meeting cancellation message.
|
MeetingCancellation |
Service.getMeetingCancellation(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting cancellation message.
|
MeetingCancellation |
Service.getMeetingCancellation(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting cancellation message.
|
MeetingCancellation |
Service.getMeetingCancellation(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting cancellation message.
|
MeetingMessage |
Service.getMeetingMessage(ItemId itemId)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(ItemId itemId,
ItemShape itemShape)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(ItemId itemId,
ShapeType shapeType)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(java.lang.String itemId)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting message.
|
MeetingMessage |
Service.getMeetingMessage(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting message.
|
MeetingRequest |
Service.getMeetingRequest(ItemId itemId)
Gets a meeting request message.
|
MeetingRequest |
Service.getMeetingRequest(ItemId itemId,
ItemShape itemShape)
Gets a meeting request message.
|
MeetingRequest |
Service.getMeetingRequest(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting request message.
|
MeetingRequest |
Service.getMeetingRequest(ItemId itemId,
ShapeType shapeType)
Gets a meeting request message.
|
MeetingRequest |
Service.getMeetingRequest(java.lang.String itemId)
Gets a meeting request message.
|
MeetingRequest |
Service.getMeetingRequest(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting request message.
|
MeetingRequest |
Service.getMeetingRequest(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting request message.
|
MeetingRequest |
Service.getMeetingRequest(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting request message.
|
MeetingResponse |
Service.getMeetingResponse(ItemId itemId)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(ItemId itemId,
ItemShape itemShape)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(ItemId itemId,
ShapeType shapeType)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(java.lang.String itemId)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(java.lang.String itemId,
ItemShape itemShape)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a meeting response message.
|
MeetingResponse |
Service.getMeetingResponse(java.lang.String itemId,
ShapeType shapeType)
Gets a meeting response message.
|
Message |
Service.getMessage(ItemId itemId)
Gets a message.
|
Message |
Service.getMessage(ItemId itemId,
ItemShape itemShape)
Gets a message.
|
Message |
Service.getMessage(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a message.
|
Message |
Service.getMessage(ItemId itemId,
ShapeType shapeType)
Gets a message.
|
Message |
Service.getMessage(java.lang.String itemId)
Gets a message.
|
Message |
Service.getMessage(java.lang.String itemId,
ItemShape itemShape)
Gets a message.
|
Message |
Service.getMessage(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a message.
|
Message |
Service.getMessage(java.lang.String itemId,
ShapeType shapeType)
Gets a message.
|
Message |
Service.getMessageFile(ItemId itemId)
Gets an item as Outlook .msg file.
|
Message |
Service.getMessageFile(ItemId itemId,
java.util.List<ExtendedPropertyPath> customPropertyPaths)
Gets an item as Outlook .msg file.
|
Message |
Service.getMessageFile(java.lang.String itemId)
Gets an item as Outlook .msg file.
|
Message |
Service.getMessageFile(java.lang.String itemId,
java.util.List<ExtendedPropertyPath> customPropertyPaths)
Gets an item as Outlook .msg file.
|
GetMessageTrackingReportResponse |
Service.getMessageTrackingReport(MessageTrackingScope scope,
MessageTrackingReportTemplate template,
java.lang.String messageTrackingReportId)
Gets tracking information about the specified messages.
|
GetMessageTrackingReportResponse |
Service.getMessageTrackingReport(MessageTrackingScope scope,
MessageTrackingReportTemplate template,
java.lang.String messageTrackingReportId,
Mailbox recipientFilter)
Gets tracking information about the specified messages.
|
GetMessageTrackingReportResponse |
Service.getMessageTrackingReport(MessageTrackingScope scope,
MessageTrackingReportTemplate template,
java.lang.String messageTrackingReportId,
Mailbox recipientFilter,
boolean returnQueueEvents)
Gets tracking information about the specified messages.
|
GetMessageTrackingReportResponse |
Service.getMessageTrackingReport(MessageTrackingScope scope,
MessageTrackingReportTemplate template,
java.lang.String messageTrackingReportId,
Mailbox recipientFilter,
boolean returnQueueEvents,
java.lang.String diagnosticsLevel)
Gets tracking information about the specified messages.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize,
java.lang.String pageItemReference)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.util.List<java.lang.String> mailboxes,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection,
boolean searchArchiveOnly)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.lang.String mailbox)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize,
java.lang.String pageItemReference)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Gets the non indexable item details.
|
GetNonIndexableItemDetailsResponse |
Service.getNonIndexableItemDetails(java.lang.String mailbox,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection,
boolean searchArchiveOnly)
Gets the non indexable item details.
|
GetNonIndexableItemStatisticsResponse |
Service.getNonIndexableItemStatistics(java.util.List<java.lang.String> mailboxes)
Gets the non indexable item statistics.
|
GetNonIndexableItemStatisticsResponse |
Service.getNonIndexableItemStatistics(java.util.List<java.lang.String> mailboxes,
boolean searchArchiveOnly)
Gets the non indexable item statistics.
|
GetNonIndexableItemStatisticsResponse |
Service.getNonIndexableItemStatistics(java.lang.String mailbox)
Gets the non indexable item statistics.
|
GetNonIndexableItemStatisticsResponse |
Service.getNonIndexableItemStatistics(java.lang.String mailbox,
boolean searchArchiveOnly)
Gets the non indexable item statistics.
|
Note |
Service.getNote(ItemId itemId)
Gets a note.
|
Note |
Service.getNote(ItemId itemId,
ItemShape itemShape)
Gets a note.
|
Note |
Service.getNote(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a note.
|
Note |
Service.getNote(ItemId itemId,
ShapeType shapeType)
Gets a note.
|
Note |
Service.getNote(java.lang.String itemId)
Gets a note.
|
Note |
Service.getNote(java.lang.String itemId,
ItemShape itemShape)
Gets a note.
|
Note |
Service.getNote(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a note.
|
Note |
Service.getNote(java.lang.String itemId,
ShapeType shapeType)
Gets a note.
|
OAuthToken |
Service.getOAuthTokenWithAuthorizationCode(java.lang.String authorizationCode,
java.lang.String authorizationCodeRedirectUri) |
OAuthToken |
Service.getOAuthTokenWithAuthorizationCode(java.lang.String authorizationCode,
java.lang.String authorizationCodeRedirectUri,
java.lang.String clientSecret) |
OAuthToken |
Service.getOAuthTokenWithClientAssertion(java.lang.String clientAssertion) |
OAuthToken |
Service.getOAuthTokenWithClientSecret(java.lang.String clientSecret) |
OAuthToken |
Service.getOAuthTokenWithDeviceAuthorizationCode(java.lang.String deviceCode) |
OAuthToken |
Service.getOAuthTokenWithUsernamePassword(java.lang.String username,
java.lang.String password) |
OAuthToken |
Service.getOAuthTokenWithUsernamePassword(java.lang.String username,
java.lang.String password,
java.lang.String clientSecret) |
OAuthToken |
Service.getOAuthTokenWithUsernamePassword(java.lang.String username,
java.lang.String password,
java.lang.String clientSecret,
java.lang.String clientAssertion) |
OutOfOfficeResponse |
Service.getOutOfOffice(EmailAddress emailAddress)
Gets Out of Office settings for the specified mailbox.
|
OutOfOfficeResponse |
Service.getOutOfOffice(java.lang.String emailAddress)
Gets Out of Office settings for the specified mailbox.
|
OwaOptions |
Service.getOwaOptions()
Gets the owa options.
|
OwaOptions |
Service.getOwaOptions(FolderId folderId)
Gets the owa options.
|
OwaOptions |
Service.getOwaOptions(StandardFolder standardFolder)
Gets the owa options.
|
java.util.Date |
Service.getPasswordExpirationDate(java.lang.String smtpEmailAddress)
Gets password expiration date.
|
Persona |
Service.getPersona(ItemId personaId)
Gets the persona.
|
Post |
Service.getPost(ItemId itemId)
Gets a post item.
|
Post |
Service.getPost(ItemId itemId,
ItemShape itemShape)
Gets a post item.
|
Post |
Service.getPost(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a post item.
|
Post |
Service.getPost(ItemId itemId,
ShapeType shapeType)
Gets a post item.
|
Post |
Service.getPost(java.lang.String itemId)
Gets a post item.
|
Post |
Service.getPost(java.lang.String itemId,
ItemShape itemShape)
Gets a post item.
|
Post |
Service.getPost(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a post item.
|
Post |
Service.getPost(java.lang.String itemId,
ShapeType shapeType)
Gets a post item.
|
GetRemindersResponse |
Service.getReminders()
Gets the reminders.
|
GetRemindersResponse |
Service.getReminders(java.util.Date beginTime,
java.util.Date endTime)
Gets the reminders.
|
GetRemindersResponse |
Service.getReminders(java.util.Date beginTime,
java.util.Date endTime,
int maxItems)
Gets the reminders.
|
GetRemindersResponse |
Service.getReminders(java.util.Date beginTime,
java.util.Date endTime,
ReminderType reminderType)
Gets the reminders.
|
GetRemindersResponse |
Service.getReminders(java.util.Date beginTime,
java.util.Date endTime,
ReminderType reminderType,
int maxItems)
Gets the reminders.
|
GetRemindersResponse |
Service.getReminders(ReminderType reminderType)
Gets the reminders.
|
RetentionSettings |
Service.getRetentionSettings()
Gets the retention settings.
|
RetentionSettings |
Service.getRetentionSettings(FolderId folderId)
Gets the retention settings.
|
RetentionSettings |
Service.getRetentionSettings(StandardFolder standardFolder)
Gets the retention settings.
|
GetRoomListsResponse |
Service.getRoomLists()
Retrieves a collection of all room lists in the organization.
|
GetRoomsResponse |
Service.getRooms(Mailbox mailbox)
Retrieves a collection of all rooms in the specified room list in the organization.
|
GetRulesResponse |
Service.getRules()
Retrieves a collection of Inbox rules that are associated with the authenticated user.
|
GetRulesResponse |
Service.getRules(java.lang.String smtpEmailAddress)
Retrieves a collection of Inbox rules.
|
GetSearchableMailboxesResponse |
Service.getSearchableMailboxes(java.lang.String searchFilter)
Gets the searchable mailboxes.
|
GetSearchableMailboxesResponse |
Service.getSearchableMailboxes(java.lang.String searchFilter,
boolean expandGroupMembership)
Gets the searchable mailboxes.
|
GetServerTimeZonesResponse |
Service.getServerTimeZones()
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
Service.getServerTimeZones(boolean returnFullTimeZoneData)
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
Service.getServerTimeZones(java.util.List<java.lang.String> timeZoneId)
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
Service.getServerTimeZones(java.util.List<java.lang.String> timeZoneId,
boolean returnFullTimeZoneData)
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
Service.getServerTimeZones(java.lang.String timeZoneId)
Gets information from time zone definitions that are available on the Exchange server.
|
GetServerTimeZonesResponse |
Service.getServerTimeZones(java.lang.String timeZoneId,
boolean returnFullTimeZoneData)
Gets information from time zone definitions that are available on the Exchange server.
|
ServiceConfigurationResponse |
Service.getServiceConfiguration(Mailbox mailbox,
java.util.List<ServiceConfigurationType> serviceConfigurationTypes)
Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.
|
ServiceConfigurationResponse |
Service.getServiceConfiguration(Mailbox mailbox,
ServiceConfigurationType serviceConfigurationType)
Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.
|
ServiceConfigurationResponse |
Service.getServiceConfiguration(ServiceConfigurationType serviceConfigurationType)
Gets configuration settings for the Unified Messaging, Protection Rules, and Mail Tips services.
|
GetSharingFolderResponse |
Service.getSharingFolder(java.lang.String smtpAddress,
SharingDataType type)
Gets the local folder identifier of the specified shared folder.
|
GetSharingFolderResponse |
Service.getSharingFolder(java.lang.String smtpAddress,
SharingDataType type,
java.lang.String sharedFolderId)
Gets the local folder identifier of the specified shared folder.
|
GetSharingFolderResponse |
Service.getSharingFolder(java.lang.String smtpAddress,
java.lang.String sharedFolderId)
Gets the local folder identifier of the specified shared folder.
|
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.
|
java.io.InputStream |
Service.getStreamingEvents(java.util.List<java.lang.String> subscriptionIds)
Gets the streaming events.
|
java.io.InputStream |
Service.getStreamingEvents(java.util.List<java.lang.String> subscriptionIds,
int connectionTimeout)
Gets the streaming events.
|
java.io.InputStream |
Service.getStreamingEvents(java.lang.String subscriptionIds)
Gets the streaming events.
|
java.io.InputStream |
Service.getStreamingEvents(java.lang.String subscriptionIds,
int connectionTimeout)
Gets the streaming events.
|
Task |
Service.getTask(ItemId itemId)
Gets a task.
|
Task |
Service.getTask(ItemId itemId,
ItemShape itemShape)
Gets a task.
|
Task |
Service.getTask(ItemId itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a task.
|
Task |
Service.getTask(ItemId itemId,
ShapeType shapeType)
Gets a task.
|
Task |
Service.getTask(java.lang.String itemId)
Gets a task.
|
Task |
Service.getTask(java.lang.String itemId,
ItemShape itemShape)
Gets a task.
|
Task |
Service.getTask(java.lang.String itemId,
java.util.List<PropertyPath> propertyPaths)
Gets a task.
|
Task |
Service.getTask(java.lang.String itemId,
ShapeType shapeType)
Gets a task.
|
UnifiedMessagingProperties |
UnifiedMessagingService.getUnifiedMessagingProperties()
Gets the unified messaging properties.
|
GetUserConfigurationResponse |
Service.getUserConfiguration(UserConfigurationName name)
Gets a user configuration object from a folder.
|
GetUserConfigurationResponse |
Service.getUserConfiguration(UserConfigurationName name,
UserConfigurationProperty property)
Gets a user configuration object from a folder.
|
GetUserPhotoResponse |
Service.getUserPhoto(java.lang.String emailAddress,
UserPhotoSizeType type)
Gets the user photo.
|
GetUserRetentionPolicyTagsResponse |
Service.getUserRetentionPolicyTags()
Gets the user retention policy tags.
|
GetUserSettingsResponse |
AutodiscoverService.getUserSettings(java.util.List<java.lang.String> emailAddresses,
java.util.List<UserSettingName> settingNames)
Gets the user settings.
|
GetUserSettingsResponse |
AutodiscoverService.getUserSettings(java.lang.String emailAddress,
java.util.List<UserSettingName> settingNames)
Gets the user settings.
|
GetUserSettingsResponse |
AutodiscoverService.getUserSettings(java.lang.String emailAddress,
UserSettingName settingName)
Gets the user settings.
|
Response |
Service.installApp(java.lang.String manifest)
Install app.
|
boolean |
UnifiedMessagingService.isUnifiedMessagingEnabled()
Checks if is unified messaging enabled.
|
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.
|
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.
|
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.
|
MarkAsJunkResponse |
Service.markAsJunk(ItemId itemId)
Mark as junk.
|
MarkAsJunkResponse |
Service.markAsJunk(ItemId itemId,
boolean isJunk)
Mark as junk.
|
MarkAsJunkResponse |
Service.markAsJunk(ItemId itemId,
boolean isJunk,
boolean moveItem)
Mark as junk.
|
java.util.List<MarkAsJunkResponse> |
Service.markAsJunk(java.util.List<ItemId> itemIds)
Mark as junk.
|
java.util.List<MarkAsJunkResponse> |
Service.markAsJunk(java.util.List<ItemId> itemIds,
boolean isJunk)
Mark as junk.
|
java.util.List<MarkAsJunkResponse> |
Service.markAsJunk(java.util.List<ItemId> itemIds,
boolean isJunk,
boolean moveItem)
Mark as junk.
|
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.
|
java.util.List<FolderInfoResponse> |
Service.moveFolder(java.util.List<FolderId> folders,
StandardFolder standardFolder)
Moves multiple folders.
|
ItemInfoResponse |
Service.moveItem(ItemId itemId,
FolderId targetFolderId)
Moves an item.
|
ItemInfoResponse |
Service.moveItem(ItemId itemId,
StandardFolder standardFolder)
Moves an item.
|
java.util.List<ItemInfoResponse> |
Service.moveItem(java.util.List<ItemId> items,
FolderId targetFolderId)
Moves multiple items.
|
java.util.List<ItemInfoResponse> |
Service.moveItem(java.util.List<ItemId> items,
StandardFolder standardFolder)
Moves multiple items.
|
PerformReminderActionResponse |
Service.performReminderAction(ItemId ItemId,
ReminderActionType type)
Perform reminder action.
|
PerformReminderActionResponse |
Service.performReminderAction(ItemId ItemId,
ReminderActionType type,
java.util.Date newReminderTime)
Perform reminder action.
|
PerformReminderActionResponse |
Service.performReminderAction(java.util.List<ReminderItemAction> reminderItemActions)
Perform reminder action.
|
PerformReminderActionResponse |
Service.performReminderAction(ReminderItemAction reminderItemAction)
Perform reminder action.
|
java.lang.String |
UnifiedMessagingService.playOnPhone(java.lang.String entryId,
java.lang.String dialString)
Play on phone.
|
java.lang.String |
UnifiedMessagingService.playOnPhoneGreeting(GreetingType greetingType,
java.lang.String dialString)
Play on phone greeting.
|
OAuthToken |
Service.refreshOAuthToken() |
OAuthToken |
Service.refreshOAuthToken(java.lang.String clientId,
java.lang.String tenant,
java.lang.String refreshToken) |
OAuthToken |
Service.refreshOAuthToken(java.lang.String clientId,
java.lang.String tenant,
java.lang.String refreshToken,
java.util.List<java.lang.String> scope) |
OAuthToken |
Service.refreshOAuthToken(java.lang.String clientId,
java.lang.String tenant,
java.lang.String refreshToken,
java.util.List<java.lang.String> scope,
java.lang.String clientSecret) |
Response |
Service.refreshSharingFolder(FolderId folderId)
Refreshes the specified local folder with the latest data from the folder that is being shared.
|
Response |
Service.removeContactFromImList(ItemId contactId)
Removes the contact from im list.
|
DelegateResponse |
Service.removeDelegate(Mailbox mailbox,
java.util.List<UserId> users)
Removes delegates on a specific mailbox.
|
DelegateUserResponse |
Service.removeDelegate(Mailbox mailbox,
UserId userId)
Removes delegate on a specific mailbox.
|
Response |
Service.removeDistributionGroupFromImList(ItemId groupId)
Removes the distribution group from im list.
|
Response |
Service.removeImContactFromGroup(ItemId groupId,
ItemId contactId)
Removes the im contact from group.
|
Response |
Service.removeImGroup(ItemId groupId)
Removes the im group.
|
java.util.List<ItemInfoResponse> |
Service.reply(java.util.List<ReplyItem> replyItems)
Sends reply messages.
|
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)
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)
Sends reply message.
|
ItemInfoResponse |
Service.reply(ReplyItem replyItem,
FolderId sentItemsFolderId)
Sends reply message.
|
ItemInfoResponse |
Service.reply(ReplyItem replyItem,
MessageDisposition messageDisposition)
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)
Sends reply messages to all recipients.
|
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)
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)
Sends reply message to all recipients.
|
ItemInfoResponse |
Service.replyToAll(ReplyAllItem replyAllItem,
FolderId sentItemsFolderId)
Sends reply message to all recipients.
|
ItemInfoResponse |
Service.replyToAll(ReplyAllItem replyAllItem,
MessageDisposition messageDisposition)
Sends reply message to all recipients.
|
ItemInfoResponse |
Service.replyToAll(ReplyAllItem replyAllItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends reply message to all recipients.
|
void |
UnifiedMessagingService.resetPin()
Reset pin.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name)
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,
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,
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,
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)
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.
|
ResolveNamesResponse |
Service.resolveNames(java.lang.String name,
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.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(java.util.List<MailboxQuery> mailboxQueries,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference)
Search mailboxes.
|
SearchMailboxesResponse |
Service.searchMailboxes(MailboxQuery mailboxQuery,
SearchResultType resultType,
PreviewItemShape itemShape,
java.util.List<PropertyOrder> propertyOrder,
java.lang.String language,
boolean deduplication,
int pageSize,
java.lang.String pageItemReference,
SearchPageDirection pageDirection)
Search mailboxes.
|
ItemInfoResponse |
Service.send(ItemId itemId)
Sends an email message.
|
ItemInfoResponse |
Service.send(ItemId itemId,
boolean saveToFolder)
Sends an email message.
|
ItemInfoResponse |
Service.send(ItemId itemId,
boolean saveToFolder,
FolderId sentItemsFolderId)
Sends an email message.
|
ItemInfoResponse |
Service.send(ItemId itemId,
FolderId sentItemsFolderId)
Sends an email message.
|
ItemInfoResponse |
Service.send(ItemId itemId,
StandardFolder standardFolder)
Sends an email message.
|
java.util.List<ItemInfoResponse> |
Service.send(java.util.List<ItemId> messages)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
Service.send(java.util.List<ItemId> messages,
boolean saveToFolder)
Sends email messages.
|
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<ItemId> messages,
StandardFolder standardFolder)
Sends email messages.
|
java.util.List<ItemInfoResponse> |
Service.send(java.util.List<Message> messages,
MessageDisposition messageDisposition)
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)
Sends an email message.
|
ItemInfoResponse |
Service.send(Message message,
MessageDisposition messageDisposition)
Sends an email message.
|
ItemInfoResponse |
Service.send(Message message,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Sends an email message.
|
ItemId |
Service.sendMeetingRequest(Appointment appointment)
Sends meeting request.
|
ItemId |
Service.sendMeetingRequest(Appointment appointment,
FolderId sentItemsFolderId)
Sends meeting request.
|
ItemId |
Service.sendMeetingRequest(Appointment appointment,
SendMeetingInvitations sendMeetingInvitations)
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)
Sends meeting requests.
|
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)
Sends meeting requests.
|
java.util.List<ItemInfoResponse> |
Service.sendMeetingRequest(java.util.List<Appointment> appointments,
SendMeetingInvitations sendMeetingInvitations,
FolderId sentItemsFolderId)
Sends meeting requests.
|
HoldOnMailboxesInfo |
Service.setHoldOnMailboxes(HoldActionType actionType,
java.lang.String holdId,
java.lang.String query)
Sets the hold on mailboxes.
|
HoldOnMailboxesInfo |
Service.setHoldOnMailboxes(HoldActionType actionType,
java.lang.String holdId,
java.lang.String query,
java.util.List<java.lang.String> mailboxes,
java.lang.String language,
boolean includeNonIndexableItems,
boolean deduplication,
java.lang.String inPlaceHoldIdentity)
Sets the hold on mailboxes.
|
Response |
Service.setImGroup(ItemId groupId,
java.lang.String displayName)
Sets the im group.
|
void |
UnifiedMessagingService.setMissedCallNotification(boolean enable)
Sets the missed call notification.
|
void |
UnifiedMessagingService.setOutOfOffice(boolean enable)
Sets the out of office.
|
Response |
Service.setOutOfOffice(OutOfOffice outOfOffice,
EmailAddress emailAddress)
Sets the Out of Office settings for a specific mailbox.
|
Response |
Service.setOutOfOffice(OutOfOffice outOfOffice,
java.lang.String emailAddress)
Sets the Out of Office settings for a specific mailbox.
|
void |
UnifiedMessagingService.setPlayOnPhoneDialString(java.lang.String dialString)
Sets the play on phone dial string.
|
void |
UnifiedMessagingService.setTelephoneAccessFolderEmail(java.lang.String folderId)
Sets the telephone access folder email.
|
SubscribeResponse |
Service.subscribe(Subscription subscription)
Subscribes to notifications.
|
SyncFoldersResponse |
Service.syncFolders()
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
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.
|
SyncFoldersResponse |
Service.syncFolders(FolderShape folderShape)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
Service.syncFolders(FolderShape folderShape,
java.lang.String state)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
Service.syncFolders(java.util.List<PropertyPath> propertyPaths)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
SyncFoldersResponse |
Service.syncFolders(java.util.List<PropertyPath> propertyPaths,
java.lang.String state)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
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.
|
SyncFoldersResponse |
Service.syncFolders(java.lang.String state)
Synchronizes the entire folder hierarchy of the mailbox that this service is connected to.
|
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.
|
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.
|
java.util.List<ItemInfoResponse> |
Service.tentativelyAcceptMeetingRequest(java.util.List<TentativelyAcceptItem> tentativelyAcceptItems)
Tentatively accepts meeting requests.
|
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)
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)
Tentatively accepts meeting request.
|
ItemInfoResponse |
Service.tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
FolderId sentItemsFolderId)
Tentatively accepts meeting request.
|
ItemInfoResponse |
Service.tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
MessageDisposition messageDisposition)
Tentatively accept meeting request.
|
ItemInfoResponse |
Service.tentativelyAcceptMeetingRequest(TentativelyAcceptItem tentativelyAcceptItem,
MessageDisposition messageDisposition,
FolderId sentItemsFolderId)
Tentatively accepts meeting request.
|
Response |
Service.uninstallApp(java.lang.String id)
Uninstall app.
|
Response |
Service.unsubscribe(java.lang.String subscriptionId)
Removes notification subscription.
|
Response |
Service.updateCalendarOptions(CalendarOptions calendarOptions)
Update calendar options.
|
Response |
Service.updateCalendarOptions(CalendarOptions calendarOptions,
FolderId folderId)
Update calendar options.
|
Response |
Service.updateCalendarOptions(CalendarOptions calendarOptions,
StandardFolder standardFolder)
Update calendar options.
|
Response |
Service.updateCategoryList(CategoryList categoryList)
Update category list.
|
Response |
Service.updateCategoryList(CategoryList categoryList,
FolderId folderId)
Update category list.
|
DelegateUserResponse |
Service.updateDelegate(Mailbox mailbox,
DelegateUser delegateUser)
Updates delegates on a specific mailbox.
|
DelegateUserResponse |
Service.updateDelegate(Mailbox mailbox,
DelegateUser delegateUser,
DeliverMeetingRequests deliverMeetingRequests)
Updates delegates on a specific mailbox.
|
DelegateResponse |
Service.updateDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers)
Updates delegates on a specific mailbox.
|
DelegateResponse |
Service.updateDelegate(Mailbox mailbox,
java.util.List<DelegateUser> delegateUsers,
DeliverMeetingRequests deliverMeetingRequests)
Updates delegates on a specific mailbox.
|
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.
|
java.util.List<FolderInfoResponse> |
Service.updateFolder(java.util.List<FolderChange> folderChanges)
Modify properties of existing folders.
|
ItemId |
Service.updateItem(ItemChange itemChange)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemChange itemChange,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
Updates the properties of an existing item.
|
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)
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)
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)
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)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
java.util.List<Property> propertiesToSet,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
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)
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)
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)
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)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
Property propertyToSet,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
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)
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)
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)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution)
Updates the properties of an existing item.
|
ItemId |
Service.updateItem(ItemId itemId,
PropertyPath propertyToDelete,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
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)
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)
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)
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)
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)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution)
Updates the properties of the existing items.
|
java.util.List<ItemInfoResponse> |
Service.updateItem(java.util.List<ItemChange> itemChanges,
ConflictResolution conflictResolution,
MessageDisposition messageDisposition)
Updates the properties of the existing items.
|
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)
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)
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)
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.
|
java.util.List<ItemInfoResponse> |
Service.updateItemInRecoverableItems(ItemChange itemChange)
Update item in recoverable items.
|
Response |
Service.updateOwaOptions(OwaOptions owaOptions)
Update owa options.
|
Response |
Service.updateOwaOptions(OwaOptions owaOptions,
FolderId folderId)
Update owa options.
|
Response |
Service.updateOwaOptions(OwaOptions owaOptions,
StandardFolder standardFolder)
Update owa options.
|
Response |
Service.updateRetentionSettings(RetentionSettings retentionSettings)
Update retention settings.
|
Response |
Service.updateRetentionSettings(RetentionSettings retentionSettings,
FolderId folderId)
Update retention settings.
|
Response |
Service.updateRetentionSettings(RetentionSettings retentionSettings,
StandardFolder standardFolder)
Update retention settings.
|
RuleOperationResponse |
Service.updateRule(java.util.List<Rule> rules)
Updates inbox rules.
|
RuleOperationResponse |
Service.updateRule(java.util.List<Rule> rules,
boolean removeOutlookRuleBlob)
Updates inbox rules.
|
RuleOperationResponse |
Service.updateRule(java.util.List<Rule> createRules,
java.util.List<Rule> updateRules,
java.util.List<java.lang.String> ruleIds)
Updates inbox rules.
|
RuleOperationResponse |
Service.updateRule(java.util.List<Rule> createRules,
java.util.List<Rule> updateRules,
java.util.List<java.lang.String> ruleIds,
boolean removeOutlookRuleBlob)
Updates inbox rules.
|
RuleOperationResponse |
Service.updateRule(java.util.List<Rule> createRules,
java.util.List<Rule> updateRules,
java.util.List<java.lang.String> ruleIds,
java.lang.String smtpEmailAddress)
Updates inbox rules.
|
RuleOperationResponse |
Service.updateRule(java.util.List<Rule> createRules,
java.util.List<Rule> updateRules,
java.util.List<java.lang.String> ruleIds,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Updates inbox rules.
|
RuleOperationResponse |
Service.updateRule(java.util.List<Rule> rules,
java.lang.String smtpEmailAddress)
Updates inbox rules.
|
RuleOperationResponse |
Service.updateRule(java.util.List<Rule> rules,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Updates inbox rules.
|
RuleOperationResponse |
Service.updateRule(Rule rule)
Updates an inbox rule.
|
RuleOperationResponse |
Service.updateRule(Rule rule,
boolean removeOutlookRuleBlob)
Updates an inbox rule.
|
RuleOperationResponse |
Service.updateRule(Rule rule,
java.lang.String smtpEmailAddress)
Updates an inbox rule.
|
RuleOperationResponse |
Service.updateRule(Rule rule,
java.lang.String smtpEmailAddress,
boolean removeOutlookRuleBlob)
Updates an inbox rule.
|
Response |
Service.updateUserConfiguration(UserConfiguration userConfiguration)
Updates a user configuration object on a folder.
|
java.util.List<UploadItemsResponse> |
Service.uploadItems(java.util.List<UploadItem> items)
Imports items to a mailbox.
|
UploadItemsResponse |
Service.uploadItems(UploadItem item)
Imports an item to a mailbox.
|