Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Mailbox Constructor (String, String)MIME4NET Class Library Documentation
Creates a mailbox without 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(
	string localPart,
	string domain
)

Parameters

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