Author |
|
witterholt Newbie
Joined: 04 August 2009 Location: Netherlands
Online Status: Offline Posts: 9
|
Posted: 10 December 2015 at 12:57am | IP Logged
|
|
|
Hi,
Sometimes I get the following error when I use the "MoveMessages" method:
The server has responded with negative reply. The server responded: MBN00000010 NO Some of the requested messages no longer exist.
Is there any manner to avoid these problems? I tried to lookup the UID by MessageID just before I call the MoveMessages method to make sure I have the most recent one, but that did not help.
The version of the MailBee .NET Objects I am using is 10. The mail server is Microsoft Exchange.
Thanks in advance.
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 10 December 2015 at 1:18am | IP Logged
|
|
|
Hi,
Is any other client accessing the same mailbox when you're working with it?
If it does (and that another client deletes some messages from the mailbox), the problem is inevitable. IMAP is not transactional protocol and does not allow "locking" mailbox for some time to let you complete multiple actions as a single atomic operation.
If you're the only one who accesses the mailbox, the reason will be different and require more details: the log file where envelopes of all messages in questions are first retrieved (to confirm they are actually in the mailbox and then moved).
Regards,
Alex
|
Back to Top |
|
|