ItemView 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 ItemView sealed : Microsoft::Exchange::WebServices::Data::PagedView
public sealed class ItemView : Microsoft.Exchange.WebServices.Data.PagedView
Public NotInheritable Class ItemView
Inherits PagedView
- Inheritance
Constructors
ItemView(Int32, Int32, OffsetBasePoint) |
Initializes a new instance of the ItemView class by using the supplied page size, offset, and base point. |
ItemView(Int32, Int32) |
Initializes a new instance of the ItemView class by using the supplied page size and offset. |
ItemView(Int32) |
Initializes a new instance of the ItemView class by using the supplied page size. |
Properties
Offset |
Gets or sets the offset. (Inherited from PagedView) |
OffsetBasePoint |
Gets or sets the base point of the offset. (Inherited from PagedView) |
OrderBy |
Gets the properties against which the returned items should be ordered. |
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. |