-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
I can open contacts,to-do list from "mail/usermail.nsf" file.
But unable to open or access mails from it.
I am using below code to access "calender":
_serverDatabase = _lotesNotesSession.GetDatabase("", "mail\ServerMailFile.nsf", false);
NotesView LotusNotesView = _localDatabase.GetView("Calendar");
Is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to populate the list of mailboxes from "Mail" folder of Domino from c# using the above API (Interop.Domino.dll).
I have no problems connecting to Notes, accessing the database.It is easy to access all nsf files but i want to access only only nsf files in Mail Folder i.e Mail files.
I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi ,
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 Notes error like memory segment overflow.
To…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I trying below code:
NotesSession = _lotesNotesSession.GetDatabase("", NsfFile, false);
_NewDatabase = _NotesSession.CurrentDatabase; ( Note : Showing "Not Implemented" exception.)
_UnreadDocCollection = _NewDatabase.UnprocessedDocuments;
Here i am trying to get list of Read and Unread Mails…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I want to send my Lotus Notes mails in RFC822 format.
How can i do it using Domino.dll or any other api in c#.
Regards,
Preeti
>>> More