In Microsoft Outlook an e-mail be flagged for follow up which marks it as a task. I can check to see if an item is marked as a task with mail.IsMarkedAsTask
. How can I find out the task status (open, complete, etc) of the email?
In Microsoft Outlook an e-mail be flagged for follow up which marks it as a task. I can check to see if an item is marked as a task with mail.IsMarkedAsTask
. How can I find out the task status (open, complete, etc) of the email?