Uses of Class
microsoft.exchange.webservices.data.ViewBase

Uses of ViewBase in microsoft.exchange.webservices.data
 

Subclasses of ViewBase in microsoft.exchange.webservices.data
 class CalendarView
          Represents a date range view of appointments in calendar folder search operations.
 class ConversationIndexedItemView
          Represents the view settings in a folder search operation.
 class FolderView
          Represents the view settings in a folder search operation.
 class ItemView
          Represents the view settings in a folder search operation.
 class PagedView
          Represents a view settings that support paging in a search operation.
 

Methods in microsoft.exchange.webservices.data with parameters of type ViewBase
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 items by searching the contents of a specific folder.
protected
<TItem extends Item>
ServiceResponseCollection<FindItemResponse<TItem>>
ExchangeService.findItems(Iterable<FolderId> parentFolderIds, SearchFilter searchFilter, String queryString, ViewBase view, Grouping groupBy, microsoft.exchange.webservices.data.ServiceErrorHandling errorHandlingMode)
          Finds items.
 



Copyright © 2012. All Rights Reserved.