MailboxDatabase.ProhibitSendReceiveQuota property
Gets or sets the mailbox size at which users can no longer send or receive messages.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ProhibitSendReceiveQuota As Unlimited(Of ByteQuantifiedSize)
Get
Set
'Usage
Dim instance As MailboxDatabase
Dim value As Unlimited(Of ByteQuantifiedSize)
value = instance.ProhibitSendReceiveQuota
instance.ProhibitSendReceiveQuota = value
public Unlimited<ByteQuantifiedSize> ProhibitSendReceiveQuota { get; set; }
Property value
Type: Microsoft.Exchange.Data.Unlimited<ByteQuantifiedSize>
The size at which the user can no longer send or receive messages, or unlimited to specify an unlimited send quota.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace