Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook XP security message
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Outlook XP security message
Miscellaneous
Thread ID:
00527297
Message ID:
00527297
Views:
49
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?
Next
Reply
Map
View

Click here to load this message in the networking platform