Does anybody know the restrictions of the NotesSQL API (Domino ODBC API)? E.g. can I read mail at开发者_StackOverflow中文版tachments with this API?
I have a vb.net that interacts with Lotus Notes; however, I have a problem when I make a NotesSession.开发者_如何学Go Every time I try to make a notesSession, I get an error because it can\'t find the
Simple Question, is it possible to add a custom pane in lotus notes inside which we want to add a .net user control?
We have a client who uses a website we have created. The requires the standard username/password combination to access site contents.
We have Lotus Notes based application, which is accessed by several users. We communicate with our users by using mailboxes which reside on Domino server.
I cannot manage to make asmall piece of javascript working in a lotus notes 6.5 email. I\'m building a html, send it by mail as a html, and inside I would like to have some links to hide/show a few di
I\'d like to open a new email page, in Lotus Notes (I know I know, I hate it too...) from a WinForm (.NET) application. Right now, I have found this that uses Interop.Domino.dll very useful. I adapted
I have some NotesDocument where some RichText fields have both text and inline images. I can get text part of that items but can\'t retrieve inline images using lotusscript. Could any one please sugge
My Lotus Notes document has a rich text item that stores an attachment. I want to edit the attachment and after this to save the attachment back to the Lotus Notes document. This is the script that la
I want to send email using SMTP client uiing microsft.net with C# as programming language. But for the emails sent through SMTP client, can we add security features like \"no forwarding\" or \"no开发者