Tag for programming questions related to Lotus Notes & Domino
I am setting up a Lotus Notes account to accept emails from a client, and automatically save each email as …
lotus-notes lotusscriptI'd like to use the Java API (Notes.jar), and I'm running a Windows box with Lotus Notes 8.5 installed. I …
java lotus-notesI want to return a List from a Function in LotusScript. eg. Function myfunc() List As Variant Dim mylist List …
return-value lotus-notes lotusscriptI am trying to login Domino server. For that i am taking Lotus Notes Password and Domino Server Name from …
c# lotus-notes interop-dominoI have code like this: Dim MyACL As Variant Dim Person As List Redim MyACL(0) Person("Detail1") = "Something1" . . . Person(Detailx") = "…
lotus-notes lotusscriptI have a Lotus Domino server with a truly astounding number of Domino databases on it, arranged in various folders. …
lotus-notes lotus-dominoI've Lotus Notes database file (.nsf) at some location, let's say: http://intranet.mycompany.com/somewhere/data.nsf Is it …
.net interop lotus-notes interop-dominoHow can I get all Lotus Notes documents (e.g. mails and their content) from a Lotus Notes inbox from …
c# .net lotus-notesI'm creating a newsletter and set the background-color using a hexcode #25292C; When I send the newsletter out the message …
html css lotus-notes html-email newsletterSteps followed : Took a back of my lotus notes as sample.nsf And then tried to read the attachments from …
java lotus-notes