Table of Contents

Class Pop3Server

Namespace
CMS.EmailMarketing
Assembly
CMS.EmailMarketing.dll

Class contains properties necessary for connecting to an POP3 server.

public sealed class Pop3Server
Inheritance
object
Pop3Server
Extension Methods

Properties

Host

Gets or sets the hostname of the server.

public string Host { get; set; }

Property Value

string

Password

Gets or sets the password used to authenticate to the server.

public string Password { get; set; }

Property Value

string

Port

Gets or sets the port of the server.

public int Port { get; set; }

Property Value

int

UserName

Gets or sets the username used to authenticate to the server.

public string UserName { get; set; }

Property Value

string