Hi noivern, Phasze,
guess I figured out the problem. Please try the followng code to mark your message as seen:
Greets,
Pavel
guess I figured out the problem. Please try the followng code to mark your message as seen:
msg.Flags.Remove(MessageFlags.Recent);
msg.Seen = true;
If it works fine, I will provide a fix so you can ommit the removal of the recent flag in future.Greets,
Pavel