Table of Contents

Class ExchangePublicFolderMailboxQuotaSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a public folder mailbox quota settings in a Microsoft Exchange organization.

public class ExchangePublicFolderMailboxQuotaSettings : BaseTypeSection
Inheritance
ExchangePublicFolderMailboxQuotaSettings

Constructors

ExchangePublicFolderMailboxQuotaSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailboxQuotaSettings class.

public ExchangePublicFolderMailboxQuotaSettings()

Properties

IssueWarningQuota

Gets or sets the size in bytes at which to issue a warning. A value of UInt64.MaxValue represents unlimited.

public ulong IssueWarningQuota { get; set; }

Property Value

ulong

IssueWarningQuotaString

Gets the size at which to issue a warning.

public string IssueWarningQuotaString { get; set; }

Property Value

string

MaxItemSize

Gets or sets the maximum item size in bytes. A value of UInt64.MaxValue represents unlimited.

public ulong MaxItemSize { get; set; }

Property Value

ulong

MaxItemSizeString

Gets the maximum item size.

public string MaxItemSizeString { get; set; }

Property Value

string

ProhibitPostQuota

Gets or sets the size in bytes at which to prohibit posting messages. A value of UInt64.MaxValue represents unlimited.

public ulong ProhibitPostQuota { get; set; }

Property Value

ulong

ProhibitPostQuotaString

Gets the size at which to prohibit posting messages.

public string ProhibitPostQuotaString { get; set; }

Property Value

string

UseDatabaseQuotaDefaults

Gets or sets whether to use the default quota settings from the mailbox database. This setting only applies to Exchange On-Premises.

public BooleanOption UseDatabaseQuotaDefaults { get; set; }

Property Value

BooleanOption

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailboxQuotaSettings cloned from this object.

public ExchangePublicFolderMailboxQuotaSettings Clone()

Returns

ExchangePublicFolderMailboxQuotaSettings

A CENTREL.XIA.Configuration.Types.ExchangePublicFolderMailboxQuotaSettings.