ImapClientCopyMessagesAsync Method (IConnection, IEnumerableString, String) |
Copy messages
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Task CopyMessagesAsync(
IConnection connection,
IEnumerable<string> uidSet,
string folderName
)
Public Function CopyMessagesAsync (
connection As IConnection,
uidSet As IEnumerable(Of String),
folderName As String
) As Task
public:
Task^ CopyMessagesAsync(
IConnection^ connection,
IEnumerable<String^>^ uidSet,
String^ folderName
)
member CopyMessagesAsync :
connection : IConnection *
uidSet : IEnumerable<string> *
folderName : string -> Task
Parameters
- connection
- Type: Aspose.Email.ClientsIConnection
Connection to a server - uidSet
- Type: System.Collections.GenericIEnumerableString
The set of UID for messages - folderName
- Type: SystemString
Folder name where a message is to be moved
Return Value
Type:
TaskTask object, with delegate for this operation
See Also