PagedView Class

Definition

Represents a view setting that supports paging in a search operation.

public ref class PagedView abstract : Microsoft::Exchange::WebServices::Data::ViewBase
public abstract class PagedView : Microsoft.Exchange.WebServices.Data.ViewBase
Public MustInherit Class PagedView
Inherits ViewBase
Inheritance
PagedView
Derived

Properties

Offset

Gets or sets the offset.

OffsetBasePoint

Gets or sets the base point of the offset.

PageSize

Gets or sets the maximum number of items or folders that the search operation should return.

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)

Applies to