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

POP3Client.Noop Method 

Send NOOP command

public string Noop();

Return Value

The server answer

Remarks

The command do nothing (No Operation)

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