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