FindFolderType.Item Property
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 Item property gets or sets the paging type that describes how the query result set is paged in the response. This property gets or sets either an IndexedPageViewType or FractionalPageViewType object. This property is optional. This is a read/write property.
public:
property ExchangeWebServices::BasePagingType ^ Item { ExchangeWebServices::BasePagingType ^ get(); void set(ExchangeWebServices::BasePagingType ^ value); };
public ExchangeWebServices.BasePagingType Item { get; set; }
Public Property Item As BasePagingType
Property Value
The Item property returns a BasePagingType object that represents the type of paging to be performed for the query set.
Remarks
The Item property can be set with either the IndexedPageViewType or FractionalPageViewType objects. All these types extend BasePagingType, which is an abstract class. This property is optional. If this property is not set, the default behavior is to return a view that includes all the folders in the result set.