Top "Lotus-notes" questions

Tag for programming questions related to Lotus Notes & Domino

Lotus Notes - Export emails to plain text file

I am setting up a Lotus Notes account to accept emails from a client, and automatically save each email as …

lotus-notes lotusscript
Extracting email messages from a Lotus Notes NSF file using Java API

I'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-notes
Can I return a List from a LotusScript Function?

I want to return a List from a Function in LotusScript. eg. Function myfunc() List As Variant Dim mylist List …

return-value lotus-notes lotusscript
How to check name of Domino Server to which lotus notes is configured? using C#

I am trying to login Domino server. For that i am taking Lotus Notes Password and Domino Server Name from …

c# lotus-notes interop-domino
How to create array of lists in LotusScript

I have code like this: Dim MyACL As Variant Dim Person As List Redim MyACL(0) Person("Detail1") = "Something1" . . . Person(Detailx") = "…

lotus-notes lotusscript
How can I export a list of databases resident on a given Domino server?

I have a Lotus Domino server with a truly astounding number of Domino databases on it, arranged in various folders. …

lotus-notes lotus-domino
.NET and Lotus Notes Interop

I'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-domino
Read Lotus Notes documents and items from NSF file with C#

How can I get all Lotus Notes documents (e.g. mails and their content) from a Lotus Notes inbox from …

c# .net lotus-notes
Email Background Color issue

I'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 newsletter
How do I get all the attachments from a .nsf(lotus notes) file using java

Steps followed : Took a back of my lotus notes as sample.nsf And then tried to read the attachments from …

java lotus-notes