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 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