Share via


TableView.Copy Method

Outlook Developer Reference

Creates a new View object based on the existing TableView object.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Copy(Name, SaveOption)

expression   A variable that represents a TableView object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name of the new view.
SaveOption Optional OlViewSaveOption The save option for the new view.

Return Value
A View object that represents the new view.

See Also