Removes ImapMessageInfo from the ImapMessageCollection having specified sequence number.

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

Syntax

Visual Basic
Public Sub Remove ( _
	sequenceNumber As Integer _
)
C#
public void Remove(
	int sequenceNumber
)

Parameters

sequenceNumber
Type: System..::..Int32
Sequence number of the ImapMessageInfo to remove from the ImapMessageCollection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also