Removes Pop3MessageInfo from the Pop3MessageCollection having specified unique id.

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

Syntax

Visual Basic
Public Sub Remove ( _
	uniqueId As String _
)
C#
public void Remove(
	string uniqueId
)

Parameters

uniqueId
Type: System..::..String
Unique id of the Pop3MessageInfo to remove from the Pop3MessageCollection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also