MailBee.NET Objects 4.0

Imap.CopyMessages Method

Copies the specified messages from the currently selected folder to the specified folder.

Overload List

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);

See Also

Imap Class | MailBee.ImapMail Namespace | MoveMessages