C# 클래스 SmtpServer.Mail.Mailbox

상속: IMailbox
파일 보기 프로젝트 열기: cosullivan/SmtpServer

공개 메소드들

메소드 설명
Mailbox ( string address ) : System

Constructor.

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

Constructor.

메소드 상세

Mailbox() 공개 메소드

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

Mailbox() 공개 메소드

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.
리턴 System