Table of Contents

Class ItemView

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents the view settings in a folder search operation.

public sealed class ItemView : PagedView
Inheritance
ItemView
Inherited Members

Constructors

ItemView(int)

Initializes a new instance of the ItemView class.

public ItemView(int pageSize)

Parameters

pageSize int

The maximum number of elements the search operation should return.

ItemView(int, int)

Initializes a new instance of the ItemView class.

public ItemView(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.

ItemView(int, int, OffsetBasePoint)

Initializes a new instance of the ItemView class.

public ItemView(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 search traversal mode. Defaults to ItemTraversal.Shallow.

public ItemTraversal Traversal { get; set; }

Property Value

ItemTraversal