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

POP3Client.GetMailReader Method 

Construct a new PopReader pointing to a message on the server

public POPReader GetMailReader(
   POPMessageId Id
);

Parameters

Id
Message identifier

Return Value

A PopReader pointing to the message "num"

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