Hi,
I am trying to flag or categorize an outlook email using Set Outlook Mail Categories. Need some guidance on it.
Hi,
I am trying to flag or categorize an outlook email using Set Outlook Mail Categories. Need some guidance on it.
Hi,
The following is a simple sample. Hope this helps you.
First, get MailMessage array using GetMailMessage activity(Let’s say mails)
Then, set MailMessage instance (such as mails(0) etc) and string array as category as the following.
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.