ImapClientMoveMessagesAsync Method (IConnection, Int32, Int32, String) |
Moves the messaeg
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Task MoveMessagesAsync(
IConnection connection,
int startSequence,
int endSequence,
string folderName
)
Public Function MoveMessagesAsync (
connection As IConnection,
startSequence As Integer,
endSequence As Integer,
folderName As String
) As Task
public:
Task^ MoveMessagesAsync(
IConnection^ connection,
int startSequence,
int endSequence,
String^ folderName
)
member MoveMessagesAsync :
connection : IConnection *
startSequence : int *
endSequence : int *
folderName : string -> Task
Parameters
- connection
- Type: Aspose.Email.ClientsIConnection
Connection to a server - startSequence
- Type: SystemInt32
The starting sequence number of a message list - endSequence
- Type: SystemInt32
The ending sequence number of a message list - folderName
- Type: SystemString
Folder name where a message is to be moved
Return Value
Type:
TaskTask object, with delegate for this operation
See Also