| Author |
Message |
jeff
Guest
|
Posted:
Mon Oct 31, 2005 5:58 pm Post subject:
Access Public Folder |
|
|
Hi, All
I have a project that created by Java.
Now, Client want to add some new function to access Exchange Server
Public Folder.
I have searched some inforamtion that IMAP can not access Exchange server
P.F(If i am wrong, Please tell me and I'd appreceiated that let me know
how to do it).
So I want to use JNI, and created dll by MAPI to access Exchange server
Is thera any one with good example to Access P.F and how to get Message from
Sub Public Folder.
Any suggestion would be greatly appreceivated
Thanks a lot in advanced
|
|
| Back to top |
|
 |
Henning Krause [MVP - Exc
Guest
|
Posted:
Tue Nov 01, 2005 9:58 am Post subject:
Re: Access Public Folder |
|
|
Hello,
there is another way... you could use WebDAV
(http://msdn.microsoft.com/library/en-us/e2k3/e2k3/wss_references_webdav.asp).
Plain HTTP/WebDAV commands, no JNI...
Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de
"jeff" <jeff@discussions.microsoft.com> wrote in message
news:4ACCC2C6-7843-4F5A-B5F2-EC97861E57BB@microsoft.com...
| Quote: | Hi, All
I have a project that created by Java.
Now, Client want to add some new function to access Exchange Server
Public Folder.
I have searched some inforamtion that IMAP can not access Exchange server
P.F(If i am wrong, Please tell me and I'd appreceiated that let me know
how to do it).
So I want to use JNI, and created dll by MAPI to access Exchange server
Is thera any one with good example to Access P.F and how to get Message
from
Sub Public Folder.
Any suggestion would be greatly appreceivated
Thanks a lot in advanced |
|
|
| Back to top |
|
 |
jeff
Guest
|
Posted:
Wed Nov 02, 2005 1:20 am Post subject:
Re: Access Public Folder |
|
|
Thanks Henning Krause.
I get Java talk to Exchanger server throught WebDAV.
It works pretty good.
However, when I want to Parse the XML file from Exchange server
Is there any interface for Microsoft XMLDocument for Java?
Thanks again
"Henning Krause [MVP - Exchange]" wrote:
| Quote: | Hello,
there is another way... you could use WebDAV
(http://msdn.microsoft.com/library/en-us/e2k3/e2k3/wss_references_webdav.asp).
Plain HTTP/WebDAV commands, no JNI...
Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de
"jeff" <jeff@discussions.microsoft.com> wrote in message
news:4ACCC2C6-7843-4F5A-B5F2-EC97861E57BB@microsoft.com...
Hi, All
I have a project that created by Java.
Now, Client want to add some new function to access Exchange Server
Public Folder.
I have searched some inforamtion that IMAP can not access Exchange server
P.F(If i am wrong, Please tell me and I'd appreceiated that let me know
how to do it).
So I want to use JNI, and created dll by MAPI to access Exchange server
Is thera any one with good example to Access P.F and how to get Message
from
Sub Public Folder.
Any suggestion would be greatly appreceivated
Thanks a lot in advanced
|
|
|
| Back to top |
|
 |
Henning Krause [MVP - Exc
Guest
|
Posted:
Wed Nov 02, 2005 1:58 am Post subject:
Re: Access Public Folder |
|
|
Hello,
well, the returned XML is just that... you should be able to parse it with a
java XML parser...
Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de
"jeff" <jeff@discussions.microsoft.com> wrote in message
news:D56EDC3E-A59E-4193-8590-F4CCF4308AE9@microsoft.com...
| Quote: |
Thanks Henning Krause.
I get Java talk to Exchanger server throught WebDAV.
It works pretty good.
However, when I want to Parse the XML file from Exchange server
Is there any interface for Microsoft XMLDocument for Java?
Thanks again
"Henning Krause [MVP - Exchange]" wrote:
Hello,
there is another way... you could use WebDAV
(http://msdn.microsoft.com/library/en-us/e2k3/e2k3/wss_references_webdav.asp).
Plain HTTP/WebDAV commands, no JNI...
Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de
"jeff" <jeff@discussions.microsoft.com> wrote in message
news:4ACCC2C6-7843-4F5A-B5F2-EC97861E57BB@microsoft.com...
Hi, All
I have a project that created by Java.
Now, Client want to add some new function to access Exchange Server
Public Folder.
I have searched some inforamtion that IMAP can not access Exchange
server
P.F(If i am wrong, Please tell me and I'd appreceiated that let me know
how to do it).
So I want to use JNI, and created dll by MAPI to access Exchange server
Is thera any one with good example to Access P.F and how to get Message
from
Sub Public Folder.
Any suggestion would be greatly appreceivated
Thanks a lot in advanced
|
|
|
| Back to top |
|
 |
|
|
|
|