You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to remember what the index of the message is when you download the message and then call client.GetMessageUid() using that index.
MIME messages do not have a concept of UIDs, only the POP3 protocol does and the UID is only a hack to figure out if you've seen the message before w/o having to download it.
HEllo
How i can get GetMessageUid from OpenPop.Mime.Message?
I see i can do client.GetMessageUid but I need to pass integer parameter (not OpenPop.Mime.Message) and OpenPop.Mime.Message doesn't have any
Thanks
The text was updated successfully, but these errors were encountered: