Re: How to Move mail from one user account to another account
Posted By:
venkat_subramanian
Posted On:
Monday, August 12, 2002 04:28 PM
You can have separate connections open to the two different accounts. You can perhaps register for notification on the Trash account. Whenever you get a new messageAdded event on that account, retrieve the message, make a copy and copy it to the desination through the other connection you are maintaining.
If you are trying to bulk copy like you are doing, it might lead to a delay until all the messages are copied. If it blocks for ever, it is not normal.
Regards
Venkat