Removes the specified ImapMessageInfo from the ImapMessageCollection.

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

Syntax

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

Parameters

item
Type: Rebex.Net..::..ImapMessageInfo
The ImapMessageInfo to remove from the ImapMessageCollection.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also