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

POP3Client.SendLogin Method 

Send user login and password to the server

public int SendLogin(
   string user,
   string password
);

Parameters

user
User name
password
User password

Return Value

1 if the login succeded

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