Provides a container for a collection of Pop3MessageInfo objects.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public NotInheritable Class Pop3MessageCollection _ Implements IList(Of Pop3MessageInfo), ICollection(Of Pop3MessageInfo), _ IEnumerable(Of Pop3MessageInfo), IEnumerable |
C# |
---|
public sealed class Pop3MessageCollection : IList<Pop3MessageInfo>, ICollection<Pop3MessageInfo>, IEnumerable<Pop3MessageInfo>, IEnumerable |
Inheritance Hierarchy
System..::..Object
Rebex.Net..::..Pop3MessageCollection
Rebex.Net..::..Pop3MessageCollection