0 votes
by (120 points)

Applies to: Rebex Secure Mail

1 Answer

0 votes
by (3.9k points)

by (120 points)
As I have shared link of StackOverflow, What do you suggest?
by (150k points)
Thanks, I'm afraid I was not quite sure what you wanted to achieve, but it's all clear now - see my reply at StackOverflow. It looks like setting Imap object's Settings.UsePeekForGetMessage to 'true' is what you need.
by (120 points)
Ty so much!! U made my day.

Just last question, after I successfully get the mailing details, How can I update email status to seen?
by (150k points)
imap.SetMessageFlags(unique_key, ImapFlagAction.Add, ImapMessageFlags.Seen);
by (120 points)
Ty Lukas for helping me to understand rebex.
...