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
<ParameterAttribute(Mandatory := False)> _
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
[ParameterAttribute(Mandatory = false)]
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.
See Also