Hi guys...

I need some help from your side,

How to Access Emails from a MS Exchange Server... using PHP

Thanks In Advance
Maverik

    Take a look at the [man]IMAP[/man] functions. There may be something there you can use.

      thanks for replying to my post...,

      I checked with imap() but I am not able to connect to the Exchange Server,

      Then I tried with WebDev through which i can access the email(including

      body,sub,to from,cc ..etc) but I am not able to get the attachments....., if have

      any idea or links regarding this... please send me a reply...🙂

      Thanks
      Maverik

        I would advise that you refer to a forum or documentation for ms Exhange Server

        Did you write the PHP yourself?

          Although I've never used WebDAV before, I found a couple of posts (here and here) that talk about making a request of 'X-MS-ENUMATTS' to enumerate attachments of a message using the XML response.

            Yeah I gone through MSDN Library there are some options, i am using those functions but still i am not able to get ..

            Yes i write the PHP Code myself.... why..?

              Write a Reply...