Click or drag to resize
MimeKit

MailFolder Constructor

Note: This API is now obsolete.

Initialize a new instance of the MailFolder class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.17.0
Syntax
C#
[ObsoleteAttribute("Use MailFolder (string fullName, char directorySeparator, FolderAttributes attributes) instead.")]
protected MailFolder()
Remarks
Initializes a new instance of the MailFolder class.
See Also