Table of Contents

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 int

The 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 int

The maximum number of elements the search operation should return.

offset int

The 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 int

The maximum number of elements the search operation should return.

offset int

The offset of the view from the base point.

offsetBasePoint OffsetBasePoint

The base point of the offset.

Properties

OrderBy

Gets the properties against which the returned items should be ordered.

public OrderByCollection OrderBy { get; }

Property Value

OrderByCollection

Traversal

Gets or sets the conversation query traversal mode.

public ConversationQueryTraversal? Traversal { get; set; }

Property Value

ConversationQueryTraversal?

ViewFilter

Gets or sets the view filter.

public ViewFilter? ViewFilter { get; set; }

Property Value

ViewFilter?