View.Save Method
Outlook Developer Reference |
Saves the view, or saves the changes to a view.
Syntax
expression.Save
expression A variable that represents a View object.
Remarks
Always use Save to save a view after you change any property of the view.
Example
The following VBA example creates a new view called New Table and applies it.
Visual Basic for Applications |
---|
|
See Also