LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Lotus Notes Activex controller in CVI

I have imported and succesfully created active-x controller for Lotus Notes Automation Classes as well as Lotus Domino objects. I can create an instance of the ISession class, log into a database, but I cannot figure out how to generate new email. Has anyone used CVI to interact with the Lotus Notes classes? Any sample code? Thanks for any help you can give me.
0 Kudos
Message 1 of 2
(3,290 Views)
Hi,

I have a link that you may find usefull:

http://www.lotus.com/products/lotusscript.nsf
(you may need to click a couple of times on the link to get it to work ????)
This is the documentation for LotusScript, the scripting language for Ltus apps, it can be a good reference for the calls that you need to do in CVI through ActiveX.

Another idea is to look for Visual Basic examples on the web and "translate" the ActiveX calls to CVI. I have not found any pre built example, but I think a VB one would be usefull.

I hoe this helps, let me know if you have any questions.

Regards,

Juan Carlos

N.I.
Message 2 of 2
(3,290 Views)