CardView.SaveOption Property
Outlook Developer Reference |
Returns an OlViewSaveOption constant that specifies the folders in which the specified view is available and the read permissions attached to the view. Read-only.
Version Information
Version Added: Outlook 2007
Syntax
expression.SaveOption
expression A variable that represents a CardView object.
Remarks
The value of the SaveOption property is set when the CardView object is created by using the Add method of the Views collection.
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