I'am right that you can not mixed 32 bit and 64 bit?
Situation: Windows10 PC with 64bit, Office version 32bit.
Running the 32bit Extend runtime 10.0.1 and sending mail with
* C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
* This is a 32-bit control
* Generated by axdefgen version 10.0.0
* Generated: Thursday, November 19, 2015
* Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
OBJECT @Outlook
Is running well.
On the same PC, running with 64bit Extend runtime and sending mail with
* C:\\OutlookTest\\Copylib\\outlook-2016.def - ActiveX control definitions
* This is a 32-bit control
* Generated by axdefgen version 10.0.0
* Generated: Thursday, November 19, 2015
* Typelib..: C:\\Program Files\\Microsoft Office\\Root\\Office16\\MSOUTL.OLB
OBJECT @Outlook
gives me a invalid handle by the second modify:
MODIFY OUTLOOK-APP, CREATEITEM (OLMAILITEM)
GIVING OUTLOOK-MAIL
MODIFY OUTLOOK-MAIL @SUBJECT H11-ONDERWERP
P.S. It is oke to with 64bit Extend runtime and Office version 64 bit installed on a 64bit PC.
#extend