ImapClient.SelectFolder

SelectFolder(IConnection, string)

Selects the specified folder

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

See Also


SelectFolder(IConnection, string, bool?)

Selects the specified folder

public void SelectFolder(IConnection connection, string folderName, bool? readOnly)
ParameterTypeDescription
connectionIConnectionConnection to a server
folderNameStringFolder to be selected
readOnlyNullable`1Specifies whether the folder is to be selected as read-only

See Also


SelectFolder(string)

Selects the specified folder

public void SelectFolder(string folderName)
ParameterTypeDescription
folderNameStringFolder to be selected

See Also


SelectFolder(string, bool?)

Selects the specified folder

public void SelectFolder(string folderName, bool? readOnly)
ParameterTypeDescription
folderNameStringFolder to be selected
readOnlyNullable`1Specifies whether the folder is to be selected as read-only

See Also