MailboxServer.CalendarRepairMissingItemFixDisabled property

Gets or sets a value that indicates whether the Calendar Repair Assistant fixes missing attendee calendar items for mailboxes on this Mailbox server.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property CalendarRepairMissingItemFixDisabled As Boolean
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As Boolean

value = instance.CalendarRepairMissingItemFixDisabled

instance.CalendarRepairMissingItemFixDisabled = value
public bool CalendarRepairMissingItemFixDisabled { get; set; }

Property value

Type: System.Boolean
true to disable fixing missing attendee calendar items; otherwise false to enable fixing missing attendee calendar items. The default value is false.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace