Moves the specified messages from the currently selected folder to the specified folder.
Moves the specified messages from the currently selected folder to the specified folder.
public bool MoveMessages(string,bool,string);
Moves the specified messages from the currently selected folder to the specified folder, and retrieves UIDs assigned to the moved messages in the destination folder.
public bool MoveMessages(string,bool,string,UidPlusResult);
Imap Class | MailBee.ImapMail Namespace | CopyMessages