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