TimelineView.LockUserChanges Property
Outlook Developer Reference |
Returns or sets a Boolean value that indicates whether a user can modify the settings of the view. Read/write.
Version Information
Version Added: Outlook 2007
Syntax
expression.LockUserChanges
expression A variable that represents a TimelineView object.
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.
Example
The following Visual Basic for Applications (VBA) example locks the user interface for all views that are available to all users. The subroutine LockView
accepts the View object and a Boolean value that indicates if the View user interface will be locked. In this example, the procedure is always called with the Boolean value set to True.
Visual Basic for Applications |
---|
|
See Also