in reply to Re^2: Perl MAPI to access Exchange Server
in thread Perl MAPI to access Exchange Server

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
  • Comment on Re^3: Perl MAPI to access Exchange Server

Replies are listed 'Best First'.
Re^4: Perl MAPI to access Exchange Server
by funnybool (Initiate) on Apr 16, 2008 at 10:12 UTC
    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.