MailUser.ArchiveQuota property
Gets or sets the archive mailbox size at which messages will no longer be accepted.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ArchiveQuota As Unlimited(Of ByteQuantifiedSize)
Get
Set
'Usage
Dim instance As MailUser
Dim value As Unlimited(Of ByteQuantifiedSize)
value = instance.ArchiveQuota
instance.ArchiveQuota = value
public Unlimited<ByteQuantifiedSize> ArchiveQuota { get; set; }
Property value
Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The archive mailbox size at which messages will no longer be accepted.
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 greater than the value of the ArchiveWarningQuota property. The valid value range for this property is from 1 through 9223372036854775807 bytes.