Click or drag to resize

ImapLoginDIGESTAsync Method

Overload List
  NameDescription
Public methodLoginDIGESTAsync(String, String)
Logs user in using AUTHENTICATE DIGEST-MD5 command. This method does NOT send the password in clear text. You can check which authentication methods remote server supports using Capabilities and then AuthenticationMethods method.
Public methodLoginDIGESTAsync(String, String, String)
Logs user in using AUTHENTICATE DIGEST-MD5 command. This method does NOT send the password in clear text. You can check which authentication methods remote server supports using Capabilities and then AuthenticationMethods method.
Top
See Also