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