| Hunny Software Library Reference | |
Imap4Client.UidCopy Method (String, String)
Sends a UID COPY command with a set of message UIDs.
[Visual Basic]Overloads Public Sub UidCopy( _
ByVal
messageSet As
String, _
ByVal
mailboxName As
String _
)
Parameters
- messageSet
- A string that specifies a set of message
UIDs.
- mailboxName
- The name of destination mailbox.
Exceptions
| Exception Type | Condition |
|---|
| Exception | If a network or protocol
error occurs. |
See Also
Imap4Client Class | Hunny.Mail Namespace | Imap4Client.UidCopy Overload List | Copy method |
UID command in the IMAP4 specification