Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenPop.Mime.Message #84

Open
scascalesageinfoes opened this issue May 28, 2019 · 1 comment
Open

OpenPop.Mime.Message #84

scascalesageinfoes opened this issue May 28, 2019 · 1 comment

Comments

@scascalesageinfoes
Copy link

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

@jstedfast
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants