I open MS Outlook via Fox Pro 6.0 to send hyperlinks to users of reports I create.
Something like this:
Ob = create([Outlook.Application])
It = Ob.Createitem(0)
It.To = cAddresTo
It.Subject = cSubject
It.Body = cBody
This worked fine until I got myself a nice new $1,700.00 HP computer with all the new gadgets on it. The operating system is Windows XP Professional. It uses MS Outlook 2002 and I believe that this is the problem I am having, with all the new email viruses out there. Now when ever Fox Pro opens Outlook to send an email it brings up a dialog box that says "A program is automatically trying to send an email on your behalf, Do you want to allow this?"
This is all well and good but some of the programs I use send 100's of emails at a time. When this dialog box pops up you have to click OK each time an email is created. What use to take seconds now takes forever to send the emails.
Any suggestions on how to get around this? I have looked through the option menus in Outlook but probably haven't look deep enough.
Something like this:
Ob = create([Outlook.Application])
It = Ob.Createitem(0)
It.To = cAddresTo
It.Subject = cSubject
It.Body = cBody
This worked fine until I got myself a nice new $1,700.00 HP computer with all the new gadgets on it. The operating system is Windows XP Professional. It uses MS Outlook 2002 and I believe that this is the problem I am having, with all the new email viruses out there. Now when ever Fox Pro opens Outlook to send an email it brings up a dialog box that says "A program is automatically trying to send an email on your behalf, Do you want to allow this?"
This is all well and good but some of the programs I use send 100's of emails at a time. When this dialog box pops up you have to click OK each time an email is created. What use to take seconds now takes forever to send the emails.
Any suggestions on how to get around this? I have looked through the option menus in Outlook but probably haven't look deep enough.