http://www.perlmonks.org?node_id=641812


in reply to Parsing Outlook email time sent?

You might be interested in looking at my distribution Mail-Outlook, and in particular the module Mail::Outlook::Message, which includes the code to access not only the sent date, Sent(), but also the received date, Received().

Whatever you're trying to do there is nearly always something on CPAN that can give you a few pointers :)