ImapClient.MoveFolder

MoveFolder(string, string)

Moves specified folder and its subfolders to new location.

public void MoveFolder(string newParentFolder, string folderName)
ParameterTypeDescription
newParentFolderStringNew location for moved folder
folderNameStringFolder to move

See Also


MoveFolder(IConnection, string, string)

Moves specified folder and its subfolders to new location.

public void MoveFolder(IConnection connection, string newParentFolder, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
newParentFolderStringNew location for moved folder
folderNameStringFolder to move

See Also