ImapMessageCollection.Insert Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
Insert(Int32, ImapMessageInfo)
Inserts the Imap
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. |
Imap |
item | The Imap |