FindItemType.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, FractionalPageViewType, CalendarViewType, or ContactsViewType 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 an IndexedPageViewType, FractionalPageViewType, CalendarViewType, or ContactsViewType object. 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 items in the result set.
Note: You cannot specify restrictions when you are performing CalendarView paging.