4AspNet POP3 .NET Component

POP3.SecureLogin Method 

Logs user using secure authentication (MD5).

[Visual Basic]
Public Function SecureLogin() As Boolean
[C#]
public bool SecureLogin();

Return Value

True if result is successful.

Remarks

Exception will thrown if POP3 server doesn't support APOP authentication.

See Also

POP3 Class | ForAspNet.POP3 Namespace