ImapClient.CreateFolder

CreateFolder(IConnection, string)

Creates a folder with the specified name

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

See Also


CreateFolder(string)

Creates a folder with the specified name

public void CreateFolder(string folderName)
ParameterTypeDescription
folderNameStringFolder to be created

See Also