SeekToConditionItemView Class

Definition

Represents the view settings in a folder search operation. The SeekToConditionItemView class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class SeekToConditionItemView sealed : Microsoft::Exchange::WebServices::Data::ViewBase
public sealed class SeekToConditionItemView : Microsoft.Exchange.WebServices.Data.ViewBase
Public NotInheritable Class SeekToConditionItemView
Inherits ViewBase
Inheritance
SeekToConditionItemView

Constructors

SeekToConditionItemView(SearchFilter, Int32)

Initializes a new instance of the SeekToConditionItemView class with a search filter and a page size. The SeekToConditionItemView(SearchFilter, Int32) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

SeekToConditionItemView(SearchFilter, Int32, OffsetBasePoint)

Initializes a new instance of the SeekToConditionItemView class with a search filter, a page size, and a base point for the offset. The SeekToConditionItemView(SearchFilter, Int32, OffsetBasePoint) constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Properties

Condition

Gets or sets the search filter for seek. The Condition property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

OffsetBasePoint

Gets or sets the position in an item view from which to measure an offset. The base point is at either the beginning or the end of an item view. The OffsetBasePoint property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

OrderBy

Gets the properties against which the returned items should be ordered. The OrderBy property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

PageSize

Gets or sets the maximum number of items or folders the search operation should return. The PageSize property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

PropertySet

Gets or sets the property set. This property determines which properties will be loaded on found items. If this property is a null reference (Nothing in Visual Basic), all first-class properties are loaded on found items.

(Inherited from ViewBase)
Traversal

Gets or sets the mode of the search traversal. Defaults to Shallow. The Traversal property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to