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