Hunny Software Library Reference

Imap4Client.Copy Method (String, String)

Sends a COPY command with a set of message sequence numbers.

[Visual Basic]
Overloads Public Sub Copy( _
   ByVal messageSet As String, _
   ByVal mailboxName As String _
)
[C#]
public void Copy(
   string messageSet,
   string mailboxName
);

Parameters

messageSet
string that specifies a set of message sequence numbers
mailboxName
The name of destination mailbox.

Exceptions

Exception TypeCondition
ExceptionIf a network or protocol error occurs.

See Also

Imap4Client Class | Hunny.Mail Namespace | Imap4Client.Copy Overload List | COPY command in the IMAP4 specification