in reply to Re^2: Use perl to create outlook .msg file
in thread Use perl to create outlook .msg file

The solution is: $message->SaveAs('C:\test.msg');
  • Comment on Re^3: Use perl to create outlook .msg file

Replies are listed 'Best First'.
Re^4: Use perl to create outlook .msg file
by Anonymous Monk on Apr 29, 2014 at 11:28 UTC
    I am getting the following error message:- Unknown sub Mail::Outlook::Message::SaveAs
      $message->{message}->Save...