ImapClient.MoveMessage

MoveMessage(IConnection, int, string, bool)

Moves the messaeg

public string MoveMessage(IConnection connection, int sequenceNumber, string folderName, 
    bool commitDeletions)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceNumberInt32The sequence number of the message
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessage(IConnection, string, string, bool)

Moves the message

public string MoveMessage(IConnection connection, string uniqueId, string folderName, 
    bool commitDeletions)
ParameterTypeDescription
connectionIConnectionConnection to a server
uniqueIdStringThe uid of the message
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessage(int, string, bool)

Moves the message

public string MoveMessage(int sequenceNumber, string folderName, bool commitDeletions)
ParameterTypeDescription
sequenceNumberInt32The sequence number of the message
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessage(string, string, bool)

Moves the message

public string MoveMessage(string uniqueId, string folderName, bool commitDeletions)
ParameterTypeDescription
uniqueIdStringThe uid of the message
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessage(IConnection, int, string)

Moves the messaeg

public string MoveMessage(IConnection connection, int sequenceNumber, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceNumberInt32The sequence number of the message
folderNameStringFolder name where a message is to be moved

See Also


MoveMessage(IConnection, string, string)

Moves the message

public string MoveMessage(IConnection connection, string uniqueId, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
uniqueIdStringThe uid of the message
folderNameStringFolder name where a message is to be moved

See Also


MoveMessage(int, string)

Moves the message

public string MoveMessage(int sequenceNumber, string folderName)
ParameterTypeDescription
sequenceNumberInt32The sequence number of the message
folderNameStringFolder name where a message is to be moved

See Also


MoveMessage(string, string)

Moves the message

public string MoveMessage(string uniqueId, string folderName)
ParameterTypeDescription
uniqueIdStringThe uid of the message
folderNameStringFolder name where a message is to be moved

See Also