Click or drag to resize
MimeKit

FolderNotOpenException(String, FolderAccess) Constructor

Initializes a new instance of the FolderNotOpenException class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public FolderNotOpenException(
	string folderName,
	FolderAccess access
)

Parameters

folderName  String
The folder name.
access  FolderAccess
The minimum folder access required by the operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionfolderName is null.
Remarks
Creates a new FolderNotOpenException.
See Also