Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with MAPI
Message
From
03/07/1999 02:43:49
 
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00237066
Message ID:
00237137
Views:
12
>An application is setup to send email using MSMAPI. The program's been working fine for months. All of a sudden, it's generating OLE Dispatch error. Am I right that MSMAPI uses MSMAPI32.OCX file? If so, I think something's wrong with this control itself or with registry info. about this control.
>
>Now can I solve this? I there a way to "unregister" this OCX and re-register this or another version of this control?

Yes, of course!

Registering manually:

regsvr32 FullPathOfOCX

Unregister:

regsvr32 -u FullPathOfOCX

I am afraid you installed something that altered the MSMAPI32.OCX for an earlier version.

BB
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform