MailboxServer.CalendarRepairIntervalEndWindow Property
Gets or sets the number of days into the future to repair calendars.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property CalendarRepairIntervalEndWindow As Integer
Get
Set
'Usage
Dim instance As MailboxServer
Dim value As Integer
value = instance.CalendarRepairIntervalEndWindow
instance.CalendarRepairIntervalEndWindow = value
[ParameterAttribute(Mandatory = false)]
public int CalendarRepairIntervalEndWindow { get; set; }
Property Value
Type: System.Int32
The number of days into the future to repair calendars. The default value is 30 days.