Removes ImapMessageInfo from the ImapMessageCollection having specified unique id.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.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 ImapMessageInfo to remove from the ImapMessageCollection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also