ItemView Class

Definition

Represents the view settings in a folder search operation.

public ref class ItemView sealed : Microsoft::Exchange::WebServices::Data::PagedView
public sealed class ItemView : Microsoft.Exchange.WebServices.Data.PagedView
Public NotInheritable Class ItemView
Inherits PagedView
Inheritance

Constructors

ItemView(Int32)

Initializes a new instance of the ItemView class by using the supplied page size.

ItemView(Int32, Int32)

Initializes a new instance of the ItemView class by using the supplied page size and offset.

ItemView(Int32, Int32, OffsetBasePoint)

Initializes a new instance of the ItemView class by using the supplied page size, offset, and base point.

Properties

Offset

Gets or sets the offset.

(Inherited from PagedView)
OffsetBasePoint

Gets or sets the base point of the offset.

(Inherited from PagedView)
OrderBy

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

PageSize

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

(Inherited from PagedView)
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 search traversal mode.

Applies to