ImapClient.MoveMessages

MoveMessages(IConnection, int, int, string, bool)

Moves the messaeg

public void MoveMessages(IConnection connection, int startSequence, int endSequence, 
    string folderName, bool commitDeletions)
ParameterTypeDescription
connectionIConnectionConnection to a server
startSequenceInt32The starting sequence number of a message list
endSequenceInt32The ending sequence number of a message list
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(int, int, string, bool)

Moves the message

public void MoveMessages(int startSequence, int endSequence, string folderName, 
    bool commitDeletions)
ParameterTypeDescription
startSequenceInt32The starting sequence number of a message list
endSequenceInt32The ending sequence number of a message list
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(IConnection, int, int, string)

Moves the messaeg

public void MoveMessages(IConnection connection, int startSequence, int endSequence, 
    string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
startSequenceInt32The starting sequence number of a message list
endSequenceInt32The ending sequence number of a message list
folderNameStringFolder name where a message is to be moved

See Also


MoveMessages(int, int, string)

Moves the message

public void MoveMessages(int startSequence, int endSequence, string folderName)
ParameterTypeDescription
startSequenceInt32The starting sequence number of a message list
endSequenceInt32The ending sequence number of a message list
folderNameStringFolder name where a message is to be moved

See Also


MoveMessages(IConnection, IEnumerable<int>, string, bool)

Moves the messaeg

public void MoveMessages(IConnection connection, IEnumerable<int> sequenceSet, string folderName, 
    bool commitDeletions)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceSetIEnumerable`1The set of sequence numbers for messages
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(IEnumerable<int>, string, bool)

Moves the message

public void MoveMessages(IEnumerable<int> sequenceSet, string folderName, bool commitDeletions)
ParameterTypeDescription
sequenceSetIEnumerable`1The set of sequence numbers for messages
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(IConnection, IEnumerable<int>, string)

Moves the messaeg

public void MoveMessages(IConnection connection, IEnumerable<int> sequenceSet, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceSetIEnumerable`1The set of sequence numbers for messages
folderNameStringFolder name where a message is to be moved

See Also


MoveMessages(IEnumerable<int>, string)

Moves the message

public void MoveMessages(IEnumerable<int> sequenceSet, string folderName)
ParameterTypeDescription
sequenceSetIEnumerable`1The set of sequence numbers for messages
folderNameStringFolder name where a message is to be moved

See Also


MoveMessages(IConnection, string, string, string, bool)

Moves the message

public void MoveMessages(IConnection connection, string startUid, string endUid, string folderName, 
    bool commitDeletions)
ParameterTypeDescription
connectionIConnectionConnection to a server
startUidStringThe starting UID of a message list
endUidStringThe ending UID of a message list
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(string, string, string, bool)

Moves the message

public void MoveMessages(string startUid, string endUid, string folderName, bool commitDeletions)
ParameterTypeDescription
startUidStringThe starting UID of a message list
endUidStringThe ending UID of a message list
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(IConnection, string, string, string)

Moves the message

public void MoveMessages(IConnection connection, string startUid, string endUid, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
startUidStringThe starting UID of a message list
endUidStringThe ending UID of a message list
folderNameStringFolder name where a message is to be moved

See Also


MoveMessages(string, string, string)

Moves the message

public void MoveMessages(string startUid, string endUid, string folderName)
ParameterTypeDescription
startUidStringThe starting UID of a message list
endUidStringThe ending UID of a message list
folderNameStringFolder name where a message is to be moved

See Also


MoveMessages(IConnection, IEnumerable<string>, string, bool)

Moves the message

public void MoveMessages(IConnection connection, IEnumerable<string> uidSet, string folderName, 
    bool commitDeletions)
ParameterTypeDescription
connectionIConnectionConnection to a server
uidSetIEnumerable`1The set of UID for messages
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(IEnumerable<string>, string, bool)

Moves the message

public void MoveMessages(IEnumerable<string> uidSet, string folderName, bool commitDeletions)
ParameterTypeDescription
uidSetIEnumerable`1The set of UID for messages
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(IConnection, IEnumerable<string>, string)

Moves the message

public void MoveMessages(IConnection connection, IEnumerable<string> uidSet, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
uidSetIEnumerable`1The set of UID for messages
folderNameStringFolder name where a message is to be moved

See Also


MoveMessages(IEnumerable<string>, string)

Moves the message

public void MoveMessages(IEnumerable<string> uidSet, string folderName)
ParameterTypeDescription
uidSetIEnumerable`1The set of UID for messages
folderNameStringFolder name where a message is to be moved

See Also


MoveMessages(IConnection, IEnumerable<ImapMessageInfo>, string, bool)

Moves the message

public void MoveMessages(IConnection connection, IEnumerable<ImapMessageInfo> messageInfoSet, 
    string folderName, bool commitDeletions)
ParameterTypeDescription
connectionIConnectionConnection to a server
messageInfoSetIEnumerable`1The set of ImapMessageInfo
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(IEnumerable<ImapMessageInfo>, string, bool)

Moves the message

public void MoveMessages(IEnumerable<ImapMessageInfo> messageInfoSet, string folderName, 
    bool commitDeletions)
ParameterTypeDescription
messageInfoSetIEnumerable`1The set of ImapMessageInfo
folderNameStringFolder name where a message is to be moved
commitDeletionsBooleanSpecifies whether deletions should be committed.

See Also


MoveMessages(IConnection, IEnumerable<ImapMessageInfo>, string)

Moves the message

public void MoveMessages(IConnection connection, IEnumerable<ImapMessageInfo> messageInfoSet, 
    string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
messageInfoSetIEnumerable`1The set of ImapMessageInfo
folderNameStringFolder name where a message is to be moved

See Also


MoveMessages(IEnumerable<ImapMessageInfo>, string)

Moves the message

public void MoveMessages(IEnumerable<ImapMessageInfo> messageInfoSet, string folderName)
ParameterTypeDescription
messageInfoSetIEnumerable`1The set of ImapMessageInfo
folderNameStringFolder name where a message is to be moved

See Also