Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook Mail Problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01119124
Message ID:
01119403
Views:
16
Try to open only instance of MS Outlook and use code like this to prevent openeing more than once instance:

IF TYPE('THIS.ioOutlook')<>'O'
THIS.ioOutlook=CREATEOBJECT("Outlook.Application")
ENDIF

Also are you quitting MS Outlook using Quit command? Are you releasing name spaces, outbox and items for example?

You may post that code.
Previous
Reply
Map
View

Click here to load this message in the networking platform