IndexedPageViewType 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.
The IndexedPageViewType class describes how paged item information is returned for a FindItem or FindFolder request.
public ref class IndexedPageViewType : ExchangeWebServices::BasePagingType
public class IndexedPageViewType : ExchangeWebServices.BasePagingType
Public Class IndexedPageViewType
Inherits BasePagingType
- Inheritance
Constructors
IndexedPageViewType() |
The IndexedPageViewType constructor initializes a new instance of the IndexedPageViewType type. |
Properties
BasePoint |
The BasePoint property gets or sets a value that specifies whether the page of items will start at the beginning or the end of the set of items that are found by using the search criteria. This property is required. |
MaxEntriesReturned |
The MaxEntriesReturned property gets or sets the maximum number of results to return in a FindItem response. (Inherited from BasePagingType) |
MaxEntriesReturnedSpecified |
The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request. (Inherited from BasePagingType) |
Offset |
The Offset property gets or sets the offset from the BasePoint property. This property is required. |