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

POP3Client.GetList Method (Int32)

Get the message list

public string GetList(
   int num
);

Parameters

num
Message number

Return Value

The server answer

Remarks

The LIST n command return the current contents of the connected mailbox. in the form :

+OK nnn BBBB where nnn indicate the message number and BBBB the message size in bytes.

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 | POP3Client.GetList Overload List