Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mipmmail
Message
 
 
À
14/11/2003 20:51:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00850171
Message ID:
00850297
Vues:
14
>I am using mipmmail class. When I try it from development computer it work fine, but when I test my exe at client computer, it prompt me
>
>VFP ERROR : 107
>SENDMAIL:140
>
>How to fix it?
>
>TIA
>
>Here is my code
>
>THISFORM.cusmapi1.sendmail('','',mRecipients,mSubject,mBody,mPthFile)
>mNo = THISFORM.cusmAPI1.getErrorCount()
>IF mNo = 0
>ELSE
>MESSAGEBOX(THISFORM.cusMapi1.GetErrorInfo(mNo),16,'Error')
>ENDIF

You've to distribute MSMAPI32.OCX if it isn't present on the target PC. Did you read and follow Special Requirements section in mapimail.chm help file? Do you have MAPI-compient email client installed on user PC?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform