ImapMessageCollection.Insert Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Insert(Int32, ImapMessageInfo)
Inserts the ImapMessageInfo at the specified position in the ImapMessageCollection.
Declaration
public void Insert(int index, ImapMessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index at which the item is to be inserted. |
ImapMessageInfo | item | The ImapMessageInfo to be inserted to the ImapMessageCollection. |