| Package | Description | 
|---|---|
| microsoft.exchange.webservices.data.core | |
| microsoft.exchange.webservices.data.search | 
| Modifier and Type | Method and Description | 
|---|---|
protected <TItem extends Item> | 
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> | 
ExchangeService.findItems(Iterable<FolderId> parentFolderIds,
         SearchFilter searchFilter,
         String queryString,
         ViewBase view,
         Grouping groupBy,
         ServiceErrorHandling errorHandlingMode)
Finds item. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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. 
 | 
Copyright © 2012–2015 Microsoft. All rights reserved.