IAsyncImapClient.CreateFolderAsync

IAsyncImapClient.CreateFolderAsync method

Creates a folder with the specified name.

public Task CreateFolderAsync(string folderName, IConnection connection = null, 
    CancellationToken token = default)
ParameterTypeDescription
folderNameStringFolder to be created.
connectionIConnectionConnection to a server.
tokenCancellationTokenPropagates notification that operations should be canceled.

See Also