interop-domino
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[详细]
2023-01-13 05:20 分类:问答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.[详细]
2022-12-30 16:02 分类:问答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 getti开发者_如何学Pythonng null.Any idea why?I don\'t seem to be getting any errors and I don\'t[详细]
2022-12-26 00:09 分类:问答How do I return all conflict documents from a Notes Database?
I want to get all conflict documents from a N开发者_JAVA技巧otes database.So far, i\'ve got this:[详细]
2022-12-24 04:28 分类:问答Does anyone know of a schema definition for Person documents in names.nsf?
I\'m writing a utility to update person documents in names.nsf.I\'m using a C# program using Interop.Domino.[详细]
2022-12-22 16:20 分类:问答Recurrance Calendar Issue in Lotus Notes
I am creating a Daily Reccurrance pattern in calendar items. But there is a issue as before clicking \"save and Send Invitations\" button, but in the Document Properties field i am able to view the Re[详细]
2022-12-16 01:18 分类:问答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[详细]
2022-12-15 16:57 分类:问答How to get Lotus Notes Password (on local machine) using "Interop.Domino.dll" (C#)?
I am making one application where i am reading mails from Lotus Notes. I have made this application interdependent of Domino Server.[详细]
2022-12-11 10:11 分类:问答How to Edit NSF file using c#?
I want to programaticaly change some values to NSF item and then want to save it.(i.e to edit NSF File and then save the editions)[详细]
2022-12-11 06:42 分类:问答How to access Groups in Lotus Notes using C#
I am trying 开发者_如何学运维to access Groups from Lotus Notes using C#.In Notes / Domino, Groups are stored as notes documents within the Name and Address Book (NAB) database, which is generally stor[详细]
2022-12-09 10:38 分类:问答