Mailbox webservice

Hi,An external application wants to read a mailbox (but not via POP3 or IMAP). Is it possible to do this via a Webservice, XML or … ?

If possible do i have to install something on the domino server ?

Thanks,

Frank

Subject: RE: mailbox webservice

There are several APIs available to access remote Domino data. The easiest to use is the COM library, but there is also a C and a C++ library available.

You could also do this using a web service for Domino 7 and higher. This is a good solution because you can develop the web service as an .nsf file that the Domino administrator simply drops onto the server.

Subject: RE: mailbox webservice

thanks for the feedback !HannaH