Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send mail thru VFP with attachments like MAPI mail
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Send mail thru VFP with attachments like MAPI mail
Divers
Thread ID:
01108626
Message ID:
01108626
Vues:
67
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform