Simple Mail and Post Office Protocol for .Net (SmtPop)

POP3Client.Dele Method 

Send DELE command

public string Dele(
   int num
);

Parameters

num
Message number to delete

Return Value

Server answer

Remarks

The command mark the message "num" as deleted.

Exceptions

Exception Type Condition
Exception Raise in case of communication error
POP3Exception Raise if the server return an error condition

See Also

POP3Client Class | SmtPop Namespace