Table of Contents

Class FolderView

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

Represents the view settings in a folder search operation.

public sealed class FolderView : PagedView
Inheritance
FolderView
Inherited Members

Constructors

FolderView(int)

Initializes a new instance of the FolderView class.

public FolderView(int pageSize)

Parameters

pageSize int

The maximum number of elements the search operation should return.

FolderView(int, int)

Initializes a new instance of the FolderView class.

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

FolderView(int, int, OffsetBasePoint)

Initializes a new instance of the FolderView class.

public FolderView(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

Traversal

Gets or sets the search traversal mode. Defaults to FolderTraversal.Shallow.

public FolderTraversal Traversal { get; set; }

Property Value

FolderTraversal