ImapClient.MoveMessage
Contents
[
Hide
]MoveMessage(IConnection, int, string, bool)
Moves the messaeg
public string MoveMessage(IConnection connection, int sequenceNumber, string folderName,
bool commitDeletions)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessage(IConnection, string, string, bool)
Moves the message
public string MoveMessage(IConnection connection, string uniqueId, string folderName,
bool commitDeletions)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessage(int, string, bool)
Moves the message
public string MoveMessage(int sequenceNumber, string folderName, bool commitDeletions)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessage(string, string, bool)
Moves the message
public string MoveMessage(string uniqueId, string folderName, bool commitDeletions)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
commitDeletions | Boolean | Specifies whether deletions should be committed. |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessage(IConnection, int, string)
Moves the messaeg
public string MoveMessage(IConnection connection, int sequenceNumber, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessage(IConnection, string, string)
Moves the message
public string MoveMessage(IConnection connection, string uniqueId, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessage(int, string)
Moves the message
public string MoveMessage(int sequenceNumber, string folderName)
Parameter | Type | Description |
---|---|---|
sequenceNumber | Int32 | The sequence number of the message |
folderName | String | Folder name where a message is to be moved |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
MoveMessage(string, string)
Moves the message
public string MoveMessage(string uniqueId, string folderName)
Parameter | Type | Description |
---|---|---|
uniqueId | String | The uid of the message |
folderName | String | Folder name where a message is to be moved |
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email