Question:
I am copying an imail from the inbox to another folder in vb.net using a command similar to: imap.Copy(msgId,isUid,"Inbox.testing")
Is there a quick and easy way to find the UID of the email in the destination folder?
Thanks,
Martin.