I am trying to move emails objects from one content server folder to another using CWS DocumentManagementClient.MoveNode() using c#. The code is working correctly under normal circumstances, however, If the email object already exists in the target folder (ie has the same OTEmailLocationMessageIDs MessageID) then the move fails (correctly). I can trap the exception but get a basic "Error moving... [E681639987]". Is there a way using CWS to either:
1. Check if an email with the same MessageID already exists in the target folder. OR
2. Trap a more detailed exception which actually explains that the failure to move is because of an existing email messageID.