Acces backend classes of lotus notes in vb.net -
i need access backend classes of lotus notes vb.net application. actualy want com interface. easely in c++:
... notessessionptr itfnotesp; notesdatabaseptr itfdatabasep; ... try { hrnotessession = itfnotesp.createinstance(__uuidof(notessession)); hrnotesuiworkspace = ptruiwp.createinstance(__uuidof(notesuiworkspace)); } ...
but in vb.net i'm running out of solutions acheive samething lotus.notessession , lotus.notesuiworkspace notes32.tlb
does know missing? thanks!
have read this? it's bit old, , there's @ least 1 important thing doesn't mention, think shows enough started.
the thing doesn't mention, might important or not, domino com classes not supported on win64. (see ibm technote.) find few questions here on stackoverflow people have had difficulties, , there answers past specifi issue in technote. , in fact, of classes can made work, few methods in of classes not work. , apart community help, you're on own because ibm won't answer questions stuff isn't supported.
Comments
Post a Comment