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

You're mixing "IsMarkedAsTask", and "MarkAsTask". Perhaps you should use just one?
  • Comment on Re: Using Win32::OLE to set categories in Outlook 2007

Replies are listed 'Best First'.
Re^2: Using Win32::OLE to set categories in Outlook 2007
by jdavidson (Initiate) on Apr 29, 2009 at 18:44 UTC
    I will try it, but from the MSDN doc: http://msdn.microsoft.com/en-us/library/bb176580.aspx MailItem.IsMarkedAsTask Property Returns a Boolean value that indicates whether the MailItem is marked as a task. Read-only.
Re^2: Using Win32::OLE to set categories in Outlook 2007
by Anonymous Monk on Apr 29, 2009 at 18:38 UTC
    IsMarkedAsTask just returns a boolean so I can see if MarkAsTask worked or not... if I take it out, MarkAsTask still doesn't work...