in reply to Re: Using Win32::OLE to set categories in Outlook 2007
in thread Using Win32::OLE to set categories in Outlook 2007

Do you know how to send emails with Office 2007? Since upgrading I can't seem to figure it out. To create new messages I had the following code:
$msg = $session->Outbox->Messages->Add();
And now I get the following error message:"Can't call method "Messages" on an undefined value at"