EmailImapConnection

EmailImapConnection class

Represents the email connection information for IMAP protocol.

public sealed class EmailImapConnection : EmailConnection

Constructors

Name Description
EmailImapConnection(string, int, string, string) Initializes a new instance of the EmailImapConnection class.

Properties

Name Description
Host { get; } Gets the host name.
Password { get; } Gets the password.
Port { get; } Gets the port number.
UserName { get; } Gets the user name.

See Also