C# Class SmtpServer.Mail.Mailbox

Inheritance: IMailbox
Afficher le fichier Open project: cosullivan/SmtpServer

Méthodes publiques

Méthode Description
Mailbox ( string address ) : System

Constructor.

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

Constructor.

Method Details

Mailbox() public méthode

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

Mailbox() public méthode

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.
Résultat System