Accessing Outlook 2002 Messages via PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • M Wells

    Accessing Outlook 2002 Messages via PHP?

    Hi All,

    I'm wondering if anyone can tell me if it's possible to access the
    Outlook 2002 message store via PHP (ver 4.3.2)?

    I'm hoping to create a page that will summarise my inbox / outbox by
    certain email addresses. IE a page that will tell me when the last
    email I received from xyz@abc.com arrived, and when I last sent an
    email to that same email address etc...

    Any help much appreciated!

    Much warmth,

    Murray

    Building a thoughtful planet,
    One quirky comment at a time.
  • Jedi121

    #2
    Re: Accessing Outlook 2002 Messages via PHP?

    "M Wells" a écrit le 11/01/2004 :[color=blue]
    > I'm wondering if anyone can tell me if it's possible to access the
    > Outlook 2002 message store via PHP (ver 4.3.2)?
    >
    > I'm hoping to create a page that will summarise my inbox / outbox by
    > certain email addresses. IE a page that will tell me when the last
    > email I received from xyz@abc.com arrived, and when I last sent an
    > email to that same email address etc...
    >
    > Any help much appreciated!
    >
    > Much warmth,[/color]

    I would say, find info on the .dbx file format that Outlook use to
    store emails.
    Use some file functions to retreive and manipulate data.

    --
    Have you read the manual?


    Comment

    • Chung Leong

      #3
      Re: Accessing Outlook 2002 Messages via PHP?

      Check out this site: http://www.outlookexchange.com

      Uzytkownik "M Wells" <planetquirky@p lanetthoughtful .org> napisal w
      wiadomosci news:gnc300pvb6 16185r4nic3tibr kdr7la5sl@4ax.c om...[color=blue]
      > Hi All,
      >
      > I'm wondering if anyone can tell me if it's possible to access the
      > Outlook 2002 message store via PHP (ver 4.3.2)?
      >
      > I'm hoping to create a page that will summarise my inbox / outbox by
      > certain email addresses. IE a page that will tell me when the last
      > email I received from xyz@abc.com arrived, and when I last sent an
      > email to that same email address etc...
      >
      > Any help much appreciated!
      >
      > Much warmth,
      >
      > Murray
      > http://www.planetthoughtful.org
      > Building a thoughtful planet,
      > One quirky comment at a time.[/color]


      Comment

      • Martin Wickman

        #4
        Re: Accessing Outlook 2002 Messages via PHP?

        On 2004-01-11, M Wells <planetquirky@p lanetthoughtful .org> wrote:[color=blue]
        > Hi All,
        >
        > I'm wondering if anyone can tell me if it's possible to access the
        > Outlook 2002 message store via PHP (ver 4.3.2)?
        >
        > I'm hoping to create a page that will summarise my inbox / outbox by
        > certain email addresses. IE a page that will tell me when the last
        > email I received from xyz@abc.com arrived, and when I last sent an
        > email to that same email address etc...[/color]

        Outlook has IMAP support. See php's imap_*() functions

        Comment

        Working...