Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook Mail Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01119124
Message ID:
01119403
Vues:
17
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform