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
pageSize
intThe 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
pageSize
intThe maximum number of elements the search operation should return.
offset
intThe 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
pageSize
intThe maximum number of elements the search operation should return.
offset
intThe offset of the view from the base point.
offsetBasePoint
OffsetBasePointThe 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; }