Share via


Database.IssueWarningQuota Property

Gets or sets the mailbox size at which a warning message is sent to the mailbox owner.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property IssueWarningQuota As Unlimited(Of ByteQuantifiedSize)
    Get
    Set
'Usage
Dim instance As Database
Dim value As Unlimited(Of ByteQuantifiedSize)

value = instance.IssueWarningQuota

instance.IssueWarningQuota = value
[ParameterAttribute(Mandatory = false)]
public Unlimited<ByteQuantifiedSize> IssueWarningQuota { get; set; }

Property Value

Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The mailbox size at which a warning message is sent; or unlimited to specify a mailbox of unlimited size. The default is 1.9 Gb.