Share via


Mailbox.UseDatabaseQuotaDefaults property

Gets or sets a value that indicates whether this mailbox uses the database defaults for quota properties.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property UseDatabaseQuotaDefaults As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As Nullable(Of Boolean)

value = instance.UseDatabaseQuotaDefaults

instance.UseDatabaseQuotaDefaults = value
public Nullable<bool> UseDatabaseQuotaDefaults { get; set; }

Property value

Type: System.Nullable<Boolean>
true if the mailbox uses database defaults; otherwise, false.

Remarks

The quota properties are as follows.

  1. ProhibitSendQuota

  2. ProhibitSendReceiveQuota

  3. IssueWarningQuota

  4. RulesQuota

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace