C# Class SmtpServer.Mail.Mailbox

Inheritance: IMailbox
Datei anzeigen Open project: cosullivan/SmtpServer

Public Methods

Method Description
Mailbox ( string address ) : System

Constructor.

Mailbox ( string user, string host, string displayName = null ) : System

Constructor.

Method Details

Mailbox() public method

Constructor.
public Mailbox ( string address ) : System
address string The email address to create the mailbox from.
return System

Mailbox() public method

Constructor.
public Mailbox ( string user, string host, string displayName = null ) : System
user string The user/account name.
host string The host server.
displayName string The display name.
return System