Hi, I have a question about Outlook tasks.
For Outlook mail, I can get Outlook mails as a variable using “Get Outlook Mail Message”, and I can use “for each” menu for each item in the variable.
(System.Collection.Generic.List<System.Net.Mail.MailMassage>)
However, I have no idea what to do with “Outlook Tasks”.
What I want to do is to make some batch process (or macro) for Outlook tasks as in Outlook mail.
So, please tell me some advice what is the different between Outlook Mails and Outlook Tasks.