 | MailFolder(String, Char, FolderAttributes) Constructor |
Initialize a new instance of the
MailFolder class.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.17.0
Syntaxprotected 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
Remarks
Initializes a new instance of the
MailFolder class.
See Also