ImapClientMoveMessages Method (IConnection, Int32, Int32, String) |
Moves the messaeg
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic void MoveMessages(
IConnection connection,
int startSequence,
int endSequence,
string folderName
)
Public Sub MoveMessages (
connection As IConnection,
startSequence As Integer,
endSequence As Integer,
folderName As String
)
public:
void MoveMessages(
IConnection^ connection,
int startSequence,
int endSequence,
String^ folderName
)
member MoveMessages :
connection : IConnection *
startSequence : int *
endSequence : int *
folderName : string -> unit
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
See Also