Hunny Software Library Reference

Pop3Client.List Method

Sends the LIST command.

Overload List

Sends the LIST command with no argument.

public void List(LineSink);

Sends the LIST command with a message number argument.

public void List(int);

See Also

Pop3Client Class | Hunny.Mail Namespace | POP3 LIST command