C# Класс MailKit.FolderQuota

A folder quota.
A FolderQuota is returned by IMailFolder.GetQuota(System.Threading.CancellationToken).
Показать файл Открыть проект

Открытые методы

Метод Описание
FolderQuota ( IMailFolder quotaRoot ) : System

Initializes a new instance of the MailKit.FolderQuota class.

Creates a new FolderQuota with the specified root.

Описание методов

FolderQuota() публичный Метод

Initializes a new instance of the MailKit.FolderQuota class.
Creates a new FolderQuota with the specified root.
public FolderQuota ( IMailFolder quotaRoot ) : System
quotaRoot IMailFolder The quota root.
Результат System