TimelineView.Copy Method (Outlook)
Creates a new View object based on the existing TimelineView object.
Version Information
Version Added: Outlook 2007
Syntax
expression .Copy(Name, SaveOption)
expression A variable that represents a TimelineView object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Name |
Required |
String |
The name of the new view. |
SaveOption |
Optional |
The save option for the new view. |
Return Value
A View object that represents the new view.