Hunny Software Library Reference

Imap4Client.UidCopy Method

Sends a UID COPY command.

Overload List

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

Remarks

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.

See Also

Imap4Client Class | Hunny.Mail Namespace | Copy method | UID command in the IMAP4 specification