Hi deusdies,
you can use the Message.Seen property directly:
Greets,
Pavel
you can use the Message.Seen property directly:
currentEmail.Seen = true;
PS: Note to your code: the flag SEEN does not exist. The message can only have the UNSEEN, and be seen when it is not set.Greets,
Pavel