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
<ParameterAttribute(Mandatory := False)> _
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
[ParameterAttribute(Mandatory = false)]
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).
See Also