Uses of Class
microsoft.exchange.webservices.data.search.ViewBase
-
Packages that use ViewBase Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.search -
-
Uses of ViewBase in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type ViewBase Modifier and Type Method Description protected <TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>ExchangeService. findItems(Class<TItem> cls, FolderId parentFolderId, SearchFilter searchFilter, ViewBase view, Grouping groupBy)Obtains a grouped list of item by searching the contents of a specific folder.<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>ExchangeService. findItems(Iterable<FolderId> parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, ServiceErrorHandling errorHandlingMode)Finds item. -
Uses of ViewBase in microsoft.exchange.webservices.data.search
Subclasses of ViewBase in microsoft.exchange.webservices.data.search Modifier and Type Class Description classCalendarViewRepresents a date range view of appointments in calendar folder search operations.classConversationIndexedItemViewRepresents the view settings in a folder search operation.classFolderViewRepresents the view settings in a folder search operation.classItemViewRepresents the view settings in a folder search operation.classPagedViewRepresents a view settings that support paging in a search operation.
-