Authenticate Method

OpenPop.NET

OpenPop.NET POP3 Library Documentation

Pop3Client.Authenticate Method

Authenticates a user towards the POP server using Auto.
If this authentication fails but you are sure that the username and password is correct, it might be that that the POP3 server is wrongly telling the client it supports Apop. You should try using Authenticate while passing UsernameAndPassword to the method.

Overload List

Authenticates a user towards the POP server using Auto.
If this authentication fails but you are sure that the username and password is correct, it might be that that the POP3 server is wrongly telling the client it supports Apop. You should try using Authenticate while passing UsernameAndPassword to the method.

public void Authenticate(string,string)

Authenticates a user towards the POP server using some AuthenticationMethod.

public void Authenticate(string,string,AuthenticationMethod)

See Also

Pop3Client Class | OpenPop.Pop3 Namespace