patrickstrijdonck
Programmer
Hi all,
Im trying to mail a attachment from C# to multiple users, now im using this:
What i want is to select the email addresses from a table.
the addresses are all in 1 record. so the table looks like this
tlbEmail:
Categorie - Email1 - Email2 - Email3 - Email4
Now i want to select all those 4 email addresses en put them in the Mail.To.Add
Any help on this is appriciated, im still looking with my friend google
Im trying to mail a attachment from C# to multiple users, now im using this:
Code:
mail.To.Add("email@internet.com");
mail.To.Add("email2@internet.com");
What i want is to select the email addresses from a table.
the addresses are all in 1 record. so the table looks like this
tlbEmail:
Categorie - Email1 - Email2 - Email3 - Email4
Now i want to select all those 4 email addresses en put them in the Mail.To.Add
Any help on this is appriciated, im still looking with my friend google