Click or drag to resize
MimeKit

FolderNamespace Constructor

Initializes a new instance of the FolderNamespace class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public FolderNamespace(
	char directorySeparator,
	string path
)

Parameters

directorySeparator  Char
The directory separator.
path  String
The folder path.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
Remarks
Creates a new folder namespace.
See Also