Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook XP security message
Message
From
06/07/2001 00:19:22
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00527297
Message ID:
00527311
Views:
21
>When running this code...
>
>loOutlook = createobject('outlook.application')
>USE newvanfox
>SCAN
>	loEmailItem = loOutlook.CreateItem(0)
>	loEmailItem.To = newvanfox.email
>	loEmailItem.Subject = "update: July Vancouver FoxPro meeting"
>	loEmailItem.Body = FILETOSTR("julymeeting.txt")
>	loEmailItem.Send
>ENDSCAN
>loOutlook = .null.
>release loOutlook
>
>
>Outlook XP (2002) forces me to confirm each email send by clicking a yes button. Does anyone know the setting in Outlook to make it send the email without requiring manual intervention?

If it's referring to what Rick Strahl brought up in the following thread, it doesn't look too good:

http://www.levelextreme.com/wconnect/wc.dll?UniversalThread~?2,15,519722
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Reply
Map
View

Click here to load this message in the networking platform