I’m creating a robot that needs to marks some eMails as unread once they were moved to a custom folder on Outlook with the inbox folder as origin.
I saw somewhere on the forum a mention to this: mailMessageObject.UnRead = false
However, I was not able to make this work with the above line. Does anybody ever faced some similar feature and knows about other alternative or can confirm that such UnRead property works?
@HareeshMR, thanks for your feedback. However, as I said, I need to make them unread, meaning they are already read (or unread) when they arrived from the Inbox folder. All I care is about their status on the custom folder and on that folder, they all need to be unread.