Mime4.net Home | Community Edition | Order | Usage examples | Feedback
DomainList Constructor MIME4NET Class Library Documentation
Constructor

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

public DomainList(
	ArrayList domains,
	bool dontCopy
)

Parameters

domains
Type: System.Collections ArrayList
An ArrayList that contains only String objects.
dontCopy
Type: System Boolean
true if it is not possible for the domains ArrayList to be modified by someone else.
See Also