Edit

Share via


SeekToConditionItemView Constructors

Definition

Overloads

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.

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.

public:
 SeekToConditionItemView(Microsoft::Exchange::WebServices::Data::SearchFilter ^ condition, int pageSize);
public SeekToConditionItemView (Microsoft.Exchange.WebServices.Data.SearchFilter condition, int pageSize);
Public Sub New (condition As SearchFilter, pageSize As Integer)

Parameters

condition
SearchFilter

The condition to be used when seeking.

pageSize
Int32

The maximum number of elements the search operation should return.

Applies to

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.

public:
 SeekToConditionItemView(Microsoft::Exchange::WebServices::Data::SearchFilter ^ condition, int pageSize, Microsoft::Exchange::WebServices::Data::OffsetBasePoint offsetBasePoint);
public SeekToConditionItemView (Microsoft.Exchange.WebServices.Data.SearchFilter condition, int pageSize, Microsoft.Exchange.WebServices.Data.OffsetBasePoint offsetBasePoint);

Parameters

condition
SearchFilter

The condition to be used when seeking.

pageSize
Int32

The maximum number of elements the search operation should return.

offsetBasePoint
OffsetBasePoint

The position in the item view from which to measure the offset.

Applies to