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
pageSizeintThe 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
pageSizeintThe maximum number of elements the search operation should return.
offsetintThe 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
pageSizeintThe maximum number of elements the search operation should return.
offsetintThe offset of the view from the base point.
offsetBasePointOffsetBasePointThe base point of the offset.
Properties
Traversal
Gets or sets the search traversal mode. Defaults to FolderTraversal.Shallow.
public FolderTraversal Traversal { get; set; }