MailboxDatabase.ProhibitSendQuota Property
Gets or sets the mailbox size at which users can no longer send messages.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ProhibitSendQuota As Unlimited(Of ByteQuantifiedSize)
Get
Set
'Usage
Dim instance As MailboxDatabase
Dim value As Unlimited(Of ByteQuantifiedSize)
value = instance.ProhibitSendQuota
instance.ProhibitSendQuota = value
[ParameterAttribute(Mandatory = false)]
public Unlimited<ByteQuantifiedSize> ProhibitSendQuota { get; set; }
Property Value
Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The size at which the user can no longer send messages, or unlimited to specify an unlimited send quota.