FolderView Constructors

Definition

Overloads

FolderView(Int32)

Initializes a new instance of the FolderView class with the maximum number of returned folders specified.

FolderView(Int32, Int32)

Initializes a new instance of the FolderView class with the maximum number of returned folders specified and the specified offset from the base point.

FolderView(Int32, Int32, OffsetBasePoint)

Initializes a new instance of the FolderView class with the maximum number of returned folders specified, the specified offset from the base point, and the base point offset.

FolderView(Int32)

Initializes a new instance of the FolderView class with the maximum number of returned folders specified.

public:
 FolderView(int pageSize);
public FolderView (int pageSize);
Public Sub New (pageSize As Integer)

Parameters

pageSize
Int32

The maximum number of folders that the search operation returns.

Applies to

FolderView(Int32, Int32)

Initializes a new instance of the FolderView class with the maximum number of returned folders specified and the specified offset from the base point.

public:
 FolderView(int pageSize, int offset);
public FolderView (int pageSize, int offset);
Public Sub New (pageSize As Integer, offset As Integer)

Parameters

pageSize
Int32

The maximum number of folders that the search operation returns.

offset
Int32

The offset of the view from the base point.

Applies to

FolderView(Int32, Int32, OffsetBasePoint)

Initializes a new instance of the FolderView class with the maximum number of returned folders specified, the specified offset from the base point, and the base point offset.

public:
 FolderView(int pageSize, int offset, Microsoft::Exchange::WebServices::Data::OffsetBasePoint offsetBasePoint);
public FolderView (int pageSize, int offset, Microsoft.Exchange.WebServices.Data.OffsetBasePoint offsetBasePoint);

Parameters

pageSize
Int32

The maximum number of folders that the search operation returns.

offset
Int32

The offset of the view from the base point.

offsetBasePoint
OffsetBasePoint

The base point of the offset.

Applies to