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

Syntax

Visual Basic
Public Sub Add ( _
	item As Pop3MessageInfo _
)
C#
public void Add(
	Pop3MessageInfo item
)

Parameters

item
Type: Rebex.Net..::..Pop3MessageInfo
The Pop3MessageInfo to be added to the Pop3MessageCollection.

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also