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
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
The text was updated successfully, but these errors were encountered:
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);
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
The text was updated successfully, but these errors were encountered: