Share via


StaleMailboxReport.ActiveMailboxes property

Namespace:  Microsoft.Exchange.Management.ReportingTask.TenantReport
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property ActiveMailboxes As Nullable(Of Long)
    Get
    Set
'Usage
Dim instance As StaleMailboxReport
Dim value As Nullable(Of Long)

value = instance.ActiveMailboxes

instance.ActiveMailboxes = value
public Nullable<long> ActiveMailboxes { get; set; }

Property value

Type: System.Nullable<Int64>

See also

Reference

StaleMailboxReport class

StaleMailboxReport members

Microsoft.Exchange.Management.ReportingTask.TenantReport namespace