Pop3.Delete Method
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Delete(Int32)
Marks a message as deleted. Messages marked as deleted will actually be deleted after a call to Disconnect() method.
Declaration
public void Delete(int sequenceNumber)
Parameters
Type | Name | Description |
---|---|---|
Int32 | sequenceNumber | The sequence number of the message to delete. |
Remarks
Represents POP3 DELE command.
Use Undelete() method to unmarked messages marked as deleted.