MailAddressCollectionAdd Method (String) |
Add a list of e-mail addresses to the collection.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void Add(
string addresses
)
Public Sub Add (
addresses As String
)
public:
void Add(
String^ addresses
)
member Add :
addresses : string -> unit
Parameters
- addresses
- Type: SystemString
An address list.
Addresses must be separated with a comma character.
See Also