_CalendarView.LockUserChanges Property

Returns or sets a Boolean (bool in C#) value that indicates whether a user can modify the settings of the view. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property LockUserChanges As Boolean
    Get
    Set
'Usage
Dim instance As _CalendarView
Dim value As Boolean

value = instance.LockUserChanges

instance.LockUserChanges = value
[DispIdAttribute()]
bool LockUserChanges { get; set; }

Property Value

Type: System.Boolean

Remarks

If True, the user can modify the settings of the specified view. However, changes made to the interface will not be saved. If False (the default), any changes will be saved.

See Also

Reference

_CalendarView Interface

_CalendarView Members

Microsoft.Office.Interop.Outlook Namespace