http://qs321.pair.com?node_id=630797


in reply to Perl MAPI to access Exchange Server

For starters you can take code I posted previously: Re: How do I convert VBA script to Perl? - Using Win32::OLE and adapt it to your needs.

  • Comment on Re: Perl MAPI to access Exchange Server

Replies are listed 'Best First'.
Re^2: Perl MAPI to access Exchange Server
by shivag (Novice) on Aug 10, 2007 at 09:02 UTC
    Thanks this one helped me. I am looking for more. But, this is a good starting point where I can get something done. - Shiva
      Now I have got all the messages and I am trying to get the main parts of the message From: To: Subject: Body: I am able to get $msg->{Subject} and $msg->{Text}. how do I get the other 2, also I would need the date and time of message. Thanks again for your time. PS: I am using the WIN32::OLE
        Hi, I'm writing a perl script to access an Exchange Inbox. Did you managed to do it ? For instance, I'm only able to do this through an Outlook instance. But I would like to connect directly to the Exchange Server. I will be very pleased if you could advice me . Thanks.