Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using REDEMPTION
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01047182
Message ID:
01047383
Vues:
11
>I am using REDEMPTION to suppress the security message from Outlook, but sometimes the email gets stuck in the DRAFTS folder before going out (a few minutes later) I am not sure that it even goes out all the time. Any ideas?

You need to issue a "DeliverNow()" call. I also call the Outlook sync, not sure if it is necessary, it's been a long time since I wrote the e-mail routine
* after you .Send()

loUtils		= CreateObject("Redemption.MAPIUtils")
loUtils.DeliverNow(1 + 2)	&& Upload + Download

loMAPI		= loOutlook.GetNamespace("MAPI")
loMAPI.Logon()
loSync 		= loMAPI.SyncObjects.Item(1)
loSync.Start()

loUtils.Cleanup()
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform