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

POP3Client.Retr Method 

Send a RETR command

public string Retr(
   int num
);

Parameters

num
Message number

Return Value

A string containing the message.

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