C# Class MailKit.Net.Imap.ImapFolder.Quota

Show file Open project: jstedfast/MailKit

Public Properties

Property Type Description
CurrentMessageCount uint?
CurrentStorageSize uint?
MessageLimit uint?
StorageLimit uint?

Property Details

CurrentMessageCount public property

public uint? CurrentMessageCount
return uint?

CurrentStorageSize public property

public uint? CurrentStorageSize
return uint?

MessageLimit public property

public uint? MessageLimit
return uint?

StorageLimit public property

public uint? StorageLimit
return uint?