|
Posted by Rob on 01/24/08 09:09
On Jan 23, 5:41 pm, mario <marian.lukaco...@gmail.com> wrote:
> Hello,
> do anybody have some experience with communicating with Exchange
> Server via SOAP and PHP please? It isn't problem for me to connect
> SOAP client to server but I don't know how to get for example root
> folder ID when I'd like to list the content of this folder, or how to
> set ID of item that I'm just creating (how to make it unique in
> Exchange Store?). I'm trying to find some examples or solutions for me
> on the web (forums, discussions, etc.) but with no success.
> So if you have some advice for me I'll be happy...
> Thanks
Mario - what are you trying to do with Exchange?
If you're looking to manipulate email messages, then you don't need to
use SOAP, just an IMAP client.
I have an application that logs onto Exchange, downloads unread
emails, and then extracts the content out of them into an SQL
database. It uses phpclasses.org IMAP and MIME classes to do the bulk
of the work.
If this is any good to you let me know and I'll send over the code.
Rob.
[Back to original message]
|