I have a string of email "abc@mycom.net; bcd@mycom.net; cde@mycom.net".
How can I split it so that I can add to this object:
Thank You.
How can I split it so that I can add to this object:
VB.NET:
mailObject.To.Add()
Thank You.