Removes ImapMessageInfo from the ImapMessageCollection having specified sequence number.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Sub Remove ( _ sequenceNumber As Integer _ ) |
C# |
---|
public void Remove( int sequenceNumber ) |
Parameters
- sequenceNumber
- Type: System..::..Int32
Sequence number of the ImapMessageInfo to remove from the ImapMessageCollection.