Click or drag to resize
MimeKit

FolderQuota Constructor

Initializes a new instance of the FolderQuota class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public FolderQuota(
	IMailFolder quotaRoot
)

Parameters

quotaRoot  IMailFolder
The quota root.
Remarks
Creates a new FolderQuota with the specified root.
See Also