I need to create an application using C# such that i can access all the user's mailboxes existing on Server.

So kindly provide me the API which will allow me to access each mailbox( nsf files) of each user stored on the Domino Server.

Basically i am looking for an API by which i can just provide the Domino Server name through which i can get all mailboxes.

link|improve this question
We are not here to sell APIs ;-) – Shoban Jul 30 '09 at 4:48
Sorry to say Sir. But you didn't understand my question. Anyway..thanx for reply. – prats Jul 30 '09 at 9:46
feedback

3 Answers

up vote 1 down vote accepted

I think the dll you are looking for is nnotes.dll. If you have lotus notes installed visual studio should pick it up automatically for you to add in your references.

All the documentation for the api is here --> http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/DESIGNER70/$File/prog2.pdf

link|improve this answer
Thanx a lot Carlos. – prats Jul 31 '09 at 7:00
feedback

Check this question : Reading domino server’ mailbox using C#

link|improve this answer
the link points to hyperspace. – Cheeso Jul 30 '09 at 4:54
I think you want stackoverflow.com/questions/1136725/… – Cheeso Jul 30 '09 at 4:55
Oops! fixed the link ;-) – Shoban Jul 30 '09 at 5:08
only begining part of question is similar.. rest is different. Please read my question again. Here i am talking about APIs (dlls) – prats Jul 30 '09 at 7:44
feedback

I tried using this dll(InterOp.Domino). Everything works perfectly on 32 bit machine, but crashes on 64 bit with "Object Reference" error while getting all the views in LN. I have LN client installed on 64 bit machine as well.

Any clues why this is happening and resolution for same?

link|improve this answer
1  
Kindly open a new question but with a link to this question. Welcome to SO. – Gorgen Oct 5 '10 at 6:13
feedback

Your Answer

 
or
required, but never shown