ImapMessageCollection.Remove Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
Remove(ImapMessageInfo)
Removes the specified ImapMessageInfo from the ImapMessageCollection.
Declaration
public void Remove(ImapMessageInfo item)
Parameters
Type | Name | Description |
---|---|---|
ImapMessageInfo | item | The ImapMessageInfo to remove from the ImapMessageCollection. |
Remove(String)
Removes ImapMessageInfo from the ImapMessageCollection having specified unique id.
Declaration
public void Remove(string uniqueId)
Parameters
Type | Name | Description |
---|---|---|
String | uniqueId | Unique id of the ImapMessageInfo to remove from the ImapMessageCollection. |
Remove(Int32)
Removes ImapMessageInfo from the ImapMessageCollection having specified sequence number.
Declaration
public void Remove(int sequenceNumber)
Parameters
Type | Name | Description |
---|---|---|
Int32 | sequenceNumber | Sequence number of the ImapMessageInfo to remove from the ImapMessageCollection. |