ImapClientMoveMessage Method (IConnection, Int32, String, Boolean) |
Moves the messaeg
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string MoveMessage(
IConnection connection,
int sequenceNumber,
string folderName,
bool commitDeletions
)
Public Function MoveMessage (
connection As IConnection,
sequenceNumber As Integer,
folderName As String,
commitDeletions As Boolean
) As String
public:
String^ MoveMessage(
IConnection^ connection,
int sequenceNumber,
String^ folderName,
bool commitDeletions
)
member MoveMessage :
connection : IConnection *
sequenceNumber : int *
folderName : string *
commitDeletions : bool -> string
Parameters
- connection
- Type: Aspose.Email.ClientsIConnection
Connection to a server - sequenceNumber
- Type: SystemInt32
The sequence number of the message - folderName
- Type: SystemString
Folder name where a message is to be moved - commitDeletions
- Type: SystemBoolean
Specifies whether deletions should be committed.
Return Value
Type:
String
See Also