Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook XP security message
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00527297
Message ID:
00527300
Views:
32
Not only that, it makes you wait for 5 seconds before letting you press send EACH TIME! ARGHHHH!

I think this goes back as far as the SR-2 security patch for O2k. I haven't found a way around it yet, although it looks like there's some good info at http://www.slipstick.com/outlook/esecup/admin.htm that I'm going to investigate further.

Cheers,

Andrew

>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 we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Reply
Map
View

Click here to load this message in the networking platform