I am working on a application where I have to list all user mail NSF file in tree view.
Currently I can list all NSF files.
Next step for me is to list(fetch) in-box,outbox,calenders,journal e.t.c. from NSF file
(e g: mail/user-mail.NSF).using C#.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Notes provides a COM interface that would allow you to get to this stuff. The object model is based around LotusScript but that should still be fine for you.
Create a Notes.NotesSession object and run from there. Start here and have a look at the examples link at the bottom of the page. Of particular interest to you should be:
Online help for all the COM classes here (Notes 8.5)