Adds the ImapMessageInfo to the ImapMessageCollection.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Sub Add ( _ item As ImapMessageInfo _ ) |
C# |
---|
public void Add( ImapMessageInfo item ) |
Parameters
- item
- Type: Rebex.Net..::..ImapMessageInfo
The ImapMessageInfo to be added to the ImapMessageCollection.