EmailPopConnection

EmailPopConnection class

Represents the email connection information for POP protocol.

public sealed class EmailPopConnection : EmailConnection

Constructors

Name Description
EmailPopConnection(string, int, string, string) Initializes a new instance of the EmailPopConnection 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