Share via


MailUser.ArchiveWarningQuota Property

Gets or sets the archive 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
<ParameterAttribute(Mandatory := False)> _
Public Property ArchiveWarningQuota As Unlimited(Of ByteQuantifiedSize)
    Get
    Set
'Usage
Dim instance As MailUser
Dim value As Unlimited(Of ByteQuantifiedSize)

value = instance.ArchiveWarningQuota

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

Property Value

Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The archive mailbox size at which a warning message is sent to the user.

Remarks

By default, this value is in bytes. A suffix can be appended to change the size: B for bytes, KB for kilobytes, MB for megabytes, GB for gigabytes, or TB for terabytes.

The value of this property must be less than the value of the ArchiveQuota property. The valid value range for this property is from 1 through 9223372036854775807 bytes.