Mailbox.ResourceCapacity property
Gets or sets the capacity of a resource mailbox.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ResourceCapacity As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As Mailbox
Dim value As Nullable(Of Integer)
value = instance.ResourceCapacity
instance.ResourceCapacity = value
public Nullable<int> ResourceCapacity { get; set; }
Property value
Type: System.Nullable<Int32>
The capacity of a resource mailbox. If set, it must be a positive integer. This property can be a null reference (Nothing in Visual Basic).