Share via


StaleMailboxReport.InactiveMailboxes61To90Days property

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

Syntax

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

value = instance.InactiveMailboxes61To90Days

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

Property value

Type: System.Nullable<Int64>

See also

Reference

StaleMailboxReport class

StaleMailboxReport members

Microsoft.Exchange.Management.ReportingTask.TenantReport namespace