Questions tagged [interop-domino]
56 questions
9
votes
4 answers
.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 possible in any way to read from that location using any .NET language?

rafek
- 5,464
- 13
- 58
- 72
4
votes
3 answers
How to differentiate "Note" and "Mail" item in Lotus notes? Using Domino.dll
I have a Nsf file in which in one of folder there are some mail and notes items.
I am differentiating each item with "form" property.
In case of mails form type is "memo" but in above scenario Notes "form" type is again "memo"
How can i…

Preeti
- 1,386
- 8
- 57
- 112
4
votes
3 answers
C# console app using Interop.domino.dll - failing when running as Scheduled Task
I have written a C# console application that uses the Interop.domino.dll assembly to interact with domino / notes to create, update and delete documents. The application runs successfully when running it manually through a cmd prompt or through…

b_dialog
- 41
- 1
- 5
3
votes
1 answer
Is Interop.Domino dll thread safe?
I am using Interop.Domino dll version 1.2 in c# application, and using multithreading to access multiple NSF file at same time by creating new session for each thread created (Max 5 threads at a time).
For the large NSF files, I was getting the…

user221874
- 31
- 3
3
votes
3 answers
Decrypt Lotus Notes NSF
I would like to decrypt Lotus Notes NSF files programmatically. Assume that for each NSF, I have the ID file and password needed to access the NSF.
I am using Lotus Notes 8.5.2, Windows 7 SP1 64-bit. I am willing to use COM, C++ API, or C API.
I am…

Jacob Quisenberry
- 1,131
- 3
- 20
- 48
2
votes
1 answer
Getting "" value of Location in Lotus Notes Calendar
I am trying to read Location of Calendar item in Lotus Notes.
When i check in Document Properties manually.I am able to view the value,
But when i read it via using Domino.dll in am getting "" value.
I am using:
String Location =…

Preeti
- 1,386
- 8
- 57
- 112
2
votes
2 answers
Why might NotesSession.GetDatabase() return null?
I'm trying to open names.nsf in code. The piece of code has been working for a while but suddenly, I'm getting null. Any idea why? I don't seem to be getting any errors and I don't know how to work out what's wrong.
I can open the database from…

ssg31415926
- 1,037
- 2
- 13
- 21
2
votes
2 answers
Maximum number of memory segments that Notes can support has been exceeded
I am using Domino.dll to access a NSF file in C#.NET 2.0
I am using multiple thread to access 4 NSF files at a time, its working fine for small NSF files, but if i try to access large NSF files i get the Out of Memory Exception and Maximum number of…
user166033
2
votes
1 answer
How to check Mail Read or Unread Property (Lotus Notes) using C#
I want to check mail read and unread property using C#.
i.e want to check whether mail is read or not. (using Domino.dll)

Preeti
- 1,386
- 8
- 57
- 112
2
votes
2 answers
How to access "nsf file" if Lotus notes not installed on your machine?
Currently i can access nsf all nsg files.But once i uninstall Lotus Notes form my machine program doesn't work.
I am using "Introp.Domino.dll".
Language: C#

Preeti
- 1,386
- 8
- 57
- 112
1
vote
1 answer
How to use the replicate method in Lotus Notes for a POP account
Has anyone managed to use the replicate method in Lotus Notes?
I am trying to get Lotus notes 7 to get new emails by running the below method using the Domino Interop in C#.
replicated = db.Replicate("popgmail");
The popgmail is a connection which…

Abs
- 56,052
- 101
- 275
- 409
1
vote
1 answer
How to get add FAX number to lotus notes contacts? what exact pName to use?
I am creating names.nsf from mapicontact. what will the pName for Fax number, Mobile Number for offie fax and home fax. I am doing like -
notesDocument.ReplaceItemValue("OfficePhoneNumber", "34534534534534"); …

Aarohi Dutta
- 13
- 3
1
vote
1 answer
Lotus Notes - CreateMIMEEntity not releasing the control of .NSF file
I am using Interop.Domino to work with .NSF file. To generate the html mime entity I used the nnote but in some case it failed to generate it so in that case I took the RTFTEXT / PLIAN TEXT as output.
so I used CreateMIMEEntity for…

Shital
- 21
- 3
1
vote
2 answers
Programmatically receive new emails using Lotus Notes
Is there a method or any way to receive or get new emails from the server for the Lotus Notes Domino object in C sharp?
When looping through the Inbox view all I get is existing emails and not new emails. So I am trying to initiate a receive.

Kay
- 845
- 7
- 21
- 33
1
vote
1 answer
Lotus Notes Interop.Domino.dll for 64 bit OS
I have created a simple application of reading mail properties from a nsf file using Interop.Domino.dll, things works fine for 32 bit OS but when i attempt to run the same application under 64 bit OS i am unable to create LotusNotes Session ,…

Haseena Parkar
- 939
- 2
- 12
- 28