Initializes a new instance of MailAddressCollection filled with the specified list of mailboxes.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub New ( _
	addresses As String _
)
C#
public MailAddressCollection(
	string addresses
)

Parameters

addresses
Type: System..::..String
List of addresses to parse (separated by comma or colon).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also