Click or drag to resize
MimeKit

MailFolder(String, Char, FolderAttributes) Constructor

Initialize a new instance of the MailFolder class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.17.0
Syntax
C#
protected MailFolder(
	string fullName,
	char directorySeparator,
	FolderAttributes attributes
)

Parameters

fullName  String
The full name (path) of the folder.
directorySeparator  Char
The directory separator used by the folder.
attributes  FolderAttributes
The attributes of the folder.
Exceptions
ExceptionCondition
ArgumentNullExceptionfullName is .
Remarks
Initializes a new instance of the MailFolder class.
See Also