Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook, Outlook Express, Netscape Messenger, Eudora ???
Message
 
To
21/04/2000 18:22:25
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00361663
Message ID:
00362493
Views:
16
What errors do you get. 1733 indicates that an OCX is not registered so registering it will solve the problem.

>Nigel,
> I did what you suggested, I still get the errors. Here is a copy of what I tried.
>
>
> lok=oMail.SendMail(cUsername,cPassword,cTo,cSubject,cBodyText,cAttachments,lReciept,lShowClient)
>
> If lok=0
> * 0 = Message sent successfully
> cMessg="Message was sent successfully!!!"
> wait cMessg window at 8,20
> endif
> If lok=-1
> *-1 = Could not create link to MAPI Client
> cMessg="No Link to the MAPI Client !!"
> wait cMessg window at 8,20
> endif
> if lok>0
> *Positive Value = Number of errors encountered
> cMessg = "Message was not sent, there were "+alltrim(str(lOk))+ " errors !!!"
> wait cMessg window at 8,20
> endif
>return
>
>thanks for you help
>
>Scott
Nigel B Coates
NBC Software Services
Dublin, Ireland.
eMail: Nigel.Coates@NBCSoftware.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform