Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mapil Mail Class of NBC Software
Message
 
 
To
28/05/2004 10:20:49
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00908145
Message ID:
00908148
Views:
18
This message has been marked as the solution to the initial question of the thread.
You've to prefix each email address with "bcc:". Assuming that addresses in your list separated my commas
lcBcc = "BCC:" + STRTRAN(emaillist, [,], [,BCC:])
...
>I am using this freeware class to send email with outlook express. I would like to send email using a list of email address in BCC.
>
>How to code the sendmail method?
>
>I am doing this way but the list of email does not go to BCC. It goes to FOR
>
>retorno = Thisform.cusmapi.sendmail(,,RTRIM(Thisform.moverlists.lstSelected.List(1,2))+'BCC:'+emaillist,RTRIM(Thisform.txtsubject.value),RTRIM(Thisform.edtmessage.text),,,.t.,,)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform