Removes the specified Pop3MessageInfo from the Pop3MessageCollection.

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

Syntax

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

Parameters

item
Type: Rebex.Net..::..Pop3MessageInfo
The Pop3MessageInfo to remove from the Pop3MessageCollection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also