MailBee.NET Objects 4.0

Imap.MoveMessages Method

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

Overload List

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

See Also

Imap Class | MailBee.ImapMail Namespace | CopyMessages