Move an email from one mailbox to another.
long MoveMail( [in] BSTR srcMBX, [in] BSTR srcUIDL, [in] BSTR destMBX )
Parameters
srcMBX
Source mailbox name.
srcUIDL
Identifier of the email to be moved.
destMBX
Destination mailbox name.
Return Value
Return value is zero if this method succeeds; otherwise return value is non-zero.