ImapClient.DeleteFolder

DeleteFolder(IConnection, string)

Deletes a specified folder. This method represents IMAP DELETE command

public void DeleteFolder(IConnection connection, string folderName)
ParameterTypeDescription
connectionIConnectionConnection to a server
folderNameStringFolder to be deleted

See Also


DeleteFolder(string)

Deletes a specified folder. This method represents IMAP DELETE command

public void DeleteFolder(string folderName)
ParameterTypeDescription
folderNameStringFolder to be deleted

See Also