C# 클래스 MailKit.FolderQuota

A folder quota.
A FolderQuota is returned by IMailFolder.GetQuota(System.Threading.CancellationToken).
파일 보기 프로젝트 열기: jstedfast/MailKit

공개 메소드들

메소드 설명
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