Class ConversationIndexedItemView
- Namespace
 - Microsoft.Exchange.WebServices.Data
 
- Assembly
 - Microsoft.Exchange.WebServices.dll
 
Represents the view settings in a folder search operation.
public sealed class ConversationIndexedItemView : PagedView
  - Inheritance
 - 
      
      
      
      ConversationIndexedItemView
 
- Inherited Members
 
Constructors
ConversationIndexedItemView(int)
Initializes a new instance of the ItemView class.
public ConversationIndexedItemView(int pageSize)
  Parameters
pageSizeintThe maximum number of elements the search operation should return.
ConversationIndexedItemView(int, int)
Initializes a new instance of the ItemView class.
public ConversationIndexedItemView(int pageSize, int offset)
  Parameters
pageSizeintThe maximum number of elements the search operation should return.
offsetintThe offset of the view from the base point.
ConversationIndexedItemView(int, int, OffsetBasePoint)
Initializes a new instance of the ItemView class.
public ConversationIndexedItemView(int pageSize, int offset, OffsetBasePoint offsetBasePoint)
  Parameters
pageSizeintThe maximum number of elements the search operation should return.
offsetintThe offset of the view from the base point.
offsetBasePointOffsetBasePointThe base point of the offset.
Properties
OrderBy
Gets the properties against which the returned items should be ordered.
public OrderByCollection OrderBy { get; }
  Property Value
Traversal
Gets or sets the conversation query traversal mode.
public ConversationQueryTraversal? Traversal { get; set; }
  Property Value
ViewFilter
Gets or sets the view filter.
public ViewFilter? ViewFilter { get; set; }