Mailbox.ArchiveWarningQuota property

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

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

Syntax

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

value = instance.ArchiveWarningQuota

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

Property value

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

Remarks

The ArchiveWarningQuota property specifies the mailbox size at which a warning message is sent.

When you enter a value, you can qualify it with one of the following units.

  • B (bytes)

  • KB (kilobytes)

  • MB (megabytes)

  • GB (gigabytes)

  • TB (terabytes)

Unqualified values are treated as bytes.

The valid values of the ArchiveWarningQuota property are 1 byte to 9,223,372,036,854,775,807 bytes (8 exabytes). The ArchiveWarningQuota property must be less than the ArchiveQuota property.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace