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

GetMessage not returning messages #189

Open
mcmillab opened this issue Nov 16, 2015 · 1 comment
Open

GetMessage not returning messages #189

mcmillab opened this issue Nov 16, 2015 · 1 comment

Comments

@mcmillab
Copy link

It's possible I've misunderstood how GetMessage should work, if so please let me know.

For my mailbox if I call GetMessage(3592, 4000) I get no messages, however when I do GetMessage(3350,4000) and there are messages and the "m.MessageID" for the 1st message is 3592.

Why wasn't that returned in the original call to GetMessage?

thanks

@Gluups
Copy link

Gluups commented Nov 20, 2023

Hello,
I am a user discovering this package, and I read a few issues.
It seems you had no success with yours.
Did you progress on it?
Perhaps you could try this:
imap.MailMessage[] mm = ic.GetMessages(0, ic.GetMessageCount()-1);

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

3 participants
@mcmillab @Gluups and others