Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE IDispatch exception code 0 error
Message
De
09/01/2004 13:42:32
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
OLE IDispatch exception code 0 error
Divers
Thread ID:
00865520
Message ID:
00865520
Vues:
579
Hello there

This is probably easy to answer for someone using MAPI services

Using Outlook express my app (VFP7 ) sends the mail without any problem. However if I use Outlook 2000, I have the message:

OLE IDispatch exception code 0 error from MAPImessages: User cancelled the process.

And then I have the choice of "cancel", "suspend", "ignore" "help" . It only happens when I quit the outlook windows without sending the mail ( if I click "send", outlook sends the message and closes without any error message or problem, and my app continues ok )

Probably there is some property in MAPImessages (or MAPIsession) that I can not locate to avoid this error message (or at least eliminate the button "cancel" and "suspend" ), or maybe I am missing something.

My code is fairly simple:


thisform.messages.AddressResolveUI= .f.
thisform.ssesion.LogonUI = .T.
thisform.ssesion.DownloadMail= .F.
thisform.ssesion.NewSession= .T.
thisform.ssesion.signon
thisform.messages.sessionid = thisform.sesion.sessionid

thisform.messages.compose
thisform.messages.msgsubject = "mi subject"
thisform.messages.msgnotetext = "mi message"
thisform.messages.recipDisplayName= "name@other.net"
thisform.messages.send(.t.)
thisform.ssesion.signoff

When I tried to trace the error, the problem, seems located in "thisform.messages.send(.t.)". Is there something else I'am missing here ?

Any help on this matter will be greatly appreciated

Juan
j_chav@yahoo.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform