Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Mailbox Constructor (DomainList, String, String)MIME4NET Class Library Documentation
Creates a mailbox with a route. Routes are obsolete.

Namespace: NI.Email.Mime.Field.Address
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public Mailbox(
	DomainList route,
	string localPart,
	string domain
)

Parameters

route
Type: NI.Email.Mime.Field.Address DomainList
The zero or more domains that make up the route. Can be null.
localPart
Type: System String
The part of the e-mail address to the left of the "@".
domain
Type: System String
The part of the e-mail address to the right of the "@".
See Also