Mailbox Constructor (DomainList, String, String)

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 route,
   string localPart,
   string domain
);

See Also

Mailbox Class | NI.Email.Mime.Field.Address Namespace | Mailbox Constructor Overload List