Since the migration to Microsoft Exchange Server 2013 my outlook 2010 add-In throws sporadically the exception 0x80040125 by invoking of mailitem.move().
I found out, that the exception occurs only when a re-connect to MS Exchange has been preceded (MAPI_E_RECONNECTED).
The whole problem is, that I have than to restart the add-in (alone or together with outlook) to get it works again.
Now I am looking for a solution to prevent the exception or a strategie to avoid the necessity of the restart.