I currently use a syntax like the following:
msg.AddAddress(New Aspose.Email.Address(toEmails), Aspose.Email.Address.Type.To)
to add email addresses to a Message object. I’m wondering if there is a way to add a string which contains multiple comma or semi-colon delimited addresses to a message, or must I parse them out and add them separately?
Thanks,
James