FolderView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the view settings in a folder search operation.
public ref class FolderView sealed : Microsoft::Exchange::WebServices::Data::PagedView
public sealed class FolderView : Microsoft.Exchange.WebServices.Data.PagedView
Public NotInheritable Class FolderView
Inherits PagedView
- Inheritance
Constructors
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, 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) |
Initializes a new instance of the FolderView class with the maximum number of returned folders specified. |
Properties
Offset |
Gets or sets the offset. (Inherited from PagedView) |
OffsetBasePoint |
Gets or sets the base point of the offset. (Inherited from PagedView) |
PageSize |
Gets or sets the maximum number of items or folders that the search operation should return. (Inherited from PagedView) |
PropertySet |
Gets or sets the property set. This property determines which properties will be loaded on found items. If this property is a null reference (Nothing in Visual Basic), all first-class properties are loaded on found items. (Inherited from ViewBase) |
Traversal |
Gets or sets the search traversal mode. |