Inserts the ImapMessageInfo at the specified position in the ImapMessageCollection.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ item As ImapMessageInfo _ ) |
C# |
---|
public void Insert( int index, ImapMessageInfo item ) |
Parameters
- index
- Type: System..::..Int32
The zero-based index at which the item is to be inserted.
- item
- Type: Rebex.Net..::..ImapMessageInfo
The ImapMessageInfo to be inserted to the ImapMessageCollection.