Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send mail thru VFP with attachments like MAPI mail
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Send mail thru VFP with attachments like MAPI mail
Miscellaneous
Thread ID:
01108626
Message ID:
01108626
Views:
66
Hi All,
I need a SendMail routine thats send some reports with attachment via mail,
since outlookExpress 2000 MAPIMAIL.VCX was enough . But Now I think it doesnt support over 2000 version.

Which is the better technic for this goal.

i've tried with CDOMAIL it works but user can not select more than one mail adress. Outlook Mail also can be but i wantto use like mapimail ? which mail program is default mail client shuould call it while sending mail.

below code works with MAPIMAIL (i am using Mozilla Thunderbird ) but attachments is not adding
Wait Window " Mail Sending............" Timeout 0.5
	oCusmapi = Createobject("cusmapi")
	llResult = oCusmapi.SENDMAIL(,,"xxx@xxx.com",;
	"Subject...",;
	"&LcTiffFileName will be send above adress "+Chr(13)+"Write your own messages here..",m.LcTiffFileName,,.T.)
How is your suggestions ?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform