Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook massmail
Message
De
26/02/2003 12:41:31
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00758124
Message ID:
00758240
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
Re: Email warning message Thread #756421 Message #756437
AND
Re: Email warning message Thread #756421 Message #756473

>Hello,
>
>I try to send massmail using the following code (for Outlook XP):
>
>USE Promo
>IF !USED("Promo")
>	RETURN .F.
>ENDIF
>oOutLook = CREATEOBJECT("Outlook.Application")
>lcBody = FILETOSTR("mailtext.htm")
>SCAN
>	oMailItem = oOutlook.createitem(0)
>	WITH oMailItem
>		.Subject = "Version 3.1 Available NOW"
>		.HtmlBody = lcBody
>		.Recipients.Add(ALLTRIM(Promo.Email))
>		.Save()
>		.Send()
>	ENDWITH
>ENDSCAN
>
>Outlook comes with a message "Another program tries to send mail etc" for each .Send() command.
>Is there a way to send massmail using Outlook without getting this message for each single email?
>
>Thanks for help in advance
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform