ImapClientMoveMessagesAsync Method (IEnumerableImapMessageInfo, String, CancellationToken) |
Moves the message
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Task MoveMessagesAsync(
IEnumerable<ImapMessageInfo> messageInfoSet,
string folderName,
CancellationToken token
)
Public Function MoveMessagesAsync (
messageInfoSet As IEnumerable(Of ImapMessageInfo),
folderName As String,
token As CancellationToken
) As Task
public:
Task^ MoveMessagesAsync(
IEnumerable<ImapMessageInfo^>^ messageInfoSet,
String^ folderName,
CancellationToken token
)
member MoveMessagesAsync :
messageInfoSet : IEnumerable<ImapMessageInfo> *
folderName : string *
token : CancellationToken -> Task
Parameters
- messageInfoSet
- Type: System.Collections.GenericIEnumerableImapMessageInfo
The set of ImapMessageInfo - folderName
- Type: SystemString
Folder name where a message is to be moved - token
- Type: System.ThreadingCancellationToken
Propagates notification that operations should be canceled.
Return Value
Type:
TaskTask object, with delegate for this operation
See Also