Share via


Mailbox.IssueWarningQuota property

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

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

Syntax

'Declaration
Public Property IssueWarningQuota As Unlimited(Of ByteQuantifiedSize)
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As Unlimited(Of ByteQuantifiedSize)

value = instance.IssueWarningQuota

instance.IssueWarningQuota = value
public Unlimited<ByteQuantifiedSize> IssueWarningQuota { get; set; }

Property value

Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The size at which a warning is sent to the user, or unlimited to never send a warning message to the user.

Remarks

If you set the IssueWarningQuota property on a mailbox, the mailbox setting overrides the default value set for the database.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace