Removes the ImapMessageInfo at the specified index from the ImapMessageCollection.

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

Syntax

Visual Basic
Public Sub RemoveAt ( _
	index As Integer _
)
C#
public void RemoveAt(
	int index
)

Parameters

index
Type: System..::..Int32
The zero-based index of the ImapMessageInfo to remove.

Implements

IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also