ADSystemAttendantMailbox.UseDatabaseQuotaDefaults property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
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 ADSystemAttendantMailbox
Dim value As Nullable(Of Boolean)
value = instance.UseDatabaseQuotaDefaults
instance.UseDatabaseQuotaDefaults = value
public Nullable<bool> UseDatabaseQuotaDefaults { get; set; }
Property value
Type: System.Nullable<Boolean>
See also
Reference
ADSystemAttendantMailbox class