ImapAuthentication Class

Note: This API is now obsolete.

Represents the authentication methods for ImapClient to log into the IMAP servers.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ImapImapAuthentication

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
[ObsoleteAttribute("This class is obsolete, please don't use it anymore.")]
public sealed class ImapAuthentication

The ImapAuthentication type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCramMD5Authentication
Gets RFC 2195 CRAM-MD5 authentication object.
Public propertyStatic memberDigestMD5Authentication
Gets RFC 2831 DIGEST-MD5 authentication object.
Public propertyStatic memberPlainTextAuthentication
Gets a RFC 2595 TLS plaintext authentication object.
Public propertyStatic memberPlainTextLogin
Gets a login authentication object.
Methods
See Also