Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

License MAPI Control

Status
Not open for further replies.

JeanSco

Programmer
Joined
Dec 13, 2006
Messages
1
Location
US
Good morning

I am trying to include an email capability into a Runtime version of an application. Based on Microsoft Knowledgebase 192693, I have defined an Email Class in my project. In this class I have all the methods that are used for generating email. I have also added the 2 controls for MAPI Session and MAPI Message into the class designer and then I instantiate the class with

loEmail = CREATEOBJECT("EMail")

I still get a Licensing error when I try to distribute runtime version

Thanks much
 
I use MAPIMAIL class from - a wrapper for MAPIsession and MAPImessage, it includes a .REG file for registering of it. It works excellent, it is free and I have not had any troubles with it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top