Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MAPI required files
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00445145
Message ID:
00445435
Views:
16
>Hi,
>
>How do I need in order to properly install MAPI on my clients machines? I know that MSMAPI32.OCX must be installed and registered, but I am receiving errors stating that the user doesn't have the necessary license to use the component.
>
>Thanks!

Dear Fabio,

MSMAPI32.ocx is only a 'wrapper' for MAPI. You have to install MAPI before installing MSMAPI32.ocx.

But, once MSMAPI32.ocx is registered ether by regsvr32.exe or programatically, you only get this error, if you want to use this ocx by createobject() or addobject(). These commands requires the client machine to have the design time licence. (MS doesnot give you the right to distribute the design time licence to your clients.) How to avoid this?
Add this control to any of your form at desing time and instantiate that form.
And then use the MAPI control in your program.

That's all.

bb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform