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

POP3Client.GetMailList Method 

Retrieve the message list from the server

public POPMessageId[] GetMailList();

Return Value

The list of message on the server

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