EwsItemList Properties

The EwsItemList type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from ListEwsItem.)
Public propertyCount (Inherited from ListEwsItem.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ListEwsItem.)
Public propertyMoreAvailable
Gets a value that indicates whether more items that match the search criteria are available in the searched folder.
Public propertyNextPageOffset
Gets the offset that should be used with an ItemView object to retrieve the next page of items.
Public propertyTotalCount
Gets the total number of items that match the search criteria that are available in the searched folder.
Top
See Also