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

POP3Client.GetHeaderReader Method 

Construct a new PopReader pointing to a message header on the server

public POPReader GetHeaderReader(
   POPMessageId Id
);

Parameters

Id
Missing <param> documentation for Id

Return Value

A PopReader pointing to the message "num" header

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