Accessing mails from "mail\ServerMailFile.nsf" file from Domino Server using "Introp.Domino.dll" (C#
Posted
by Preeti
on Stack Overflow
See other posts from Stack Overflow
or by Preeti
Published on 2009-08-08T09:12:42Z
Indexed on
2010/03/13
10:05 UTC
Read the original article
Hit count: 694
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 there any similar way to access mail?
© Stack Overflow or respective owner