MailAddressCollection Constructor
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
MailAddressCollection()
Initializes a new instance of MailAddressCollection.
Declaration
public MailAddressCollection()
MailAddressCollection(String)
Initializes a new instance of MailAddressCollection filled with the specified list of mailboxes.
Declaration
public MailAddressCollection(string addresses)
Parameters
Type | Name | Description |
---|---|---|
String | addresses | List of addresses to parse (separated by comma or colon). |