Represents a strongly typed collection of EwsItemInfo objects.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Class EwsItemCollection _
	Implements ICollection(Of EwsItemInfo), IEnumerable(Of EwsItemInfo),  _
	IEnumerable
C#
public class EwsItemCollection : ICollection<EwsItemInfo>, 
	IEnumerable<EwsItemInfo>, IEnumerable

Inheritance Hierarchy

System..::..Object
  Rebex.Net..::..EwsItemCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also