Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook massmail
Message
From
26/02/2003 12:41:31
 
 
To
26/02/2003 10:45:35
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00758124
Message ID:
00758240
Views:
15
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"
Previous
Reply
Map
View

Click here to load this message in the networking platform