Sends a UID COPY command.
Sends a UID COPY command with a range message UIDs.
public void UidCopy(int,int,string);
Sends a UID COPY command with a single message UID.
public void UidCopy(int,string);
Sends a UID COPY command with a set of message UIDs.
public void UidCopy(string,string);
A UID COPY command is similar to a COPY command, with one difference: a UID COPY command specifies messages by their unique identifiers (UIDs) instead of their sequence numbers.
Imap4Client Class | Hunny.Mail Namespace | Copy method | UID command in the IMAP4 specification