Hi, I am using Mail.dll with Powershell. When I am moving a mail to another folder with MoveByUID(uid, folder), in some cases, I would like to mark it as read after that.
But it seems moving a mail changes its UID, so MarkMessageSeenByUID(uid) does not work anymore. I would have to read the new folder and try to find the mail.
This has to be a bug, right? If not I find this really odd because why have a unique identifier, if it changes simply changing location?