Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook 2002

Status
Not open for further replies.

johnod33

Programmer
Mar 17, 2003
34
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top