Marks a message as deleted. Messages marked as deleted will actually be deleted after a call to Disconnect()()()() method.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
Visual Basic |
---|
Public Sub Delete ( _ sequenceNumber As Integer _ ) |
C# |
---|
public void Delete( int sequenceNumber ) |
Parameters
- sequenceNumber
- Type: System..::..Int32
The sequence number of the message to delete.
Remarks
Represents POP3 DELE command.
Use Undelete()()()() method to unmarked messages marked as deleted.