Creates a mailbox without a route. Routes are obsolete. @param localPart The part of the e-mail address to the left of the "@". @param domain The part of the e-mail address to the right of the "@".
Creates a mailbox with a route. Routes are obsolete. @param route The zero or more domains that make up the route. Can be null. @param localPart The part of the e-mail address to the left of the "@". @param domain The part of the e-mail address to the right of the "@".
public Mailbox(DomainList,string,string);
Creates a mailbox without a route. Routes are obsolete. @param localPart The part of the e-mail address to the left of the "@". @param domain The part of the e-mail address to the right of the "@".
public Mailbox(string,string);