views:

241

answers:

3

Hi,

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.

A: 

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

Shoban
the link points to hyperspace.
Cheeso
I think you want http://stackoverflow.com/questions/1136725/reading-domino-server-mailbox-using-c
Cheeso
Oops! fixed the link ;-)
Shoban
only begining part of question is similar..rest is different.Please read my question again.Here i am talking about APIs (dlls)
+1  A: 

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

Carlos
Thanx a lot Carlos.
A: 

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?

Amit
Kindly open a new question but with a link to this question. Welcome to SO.
Gorgen