_TimelineView.Copy(String, OlViewSaveOption) Method

Definition

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

public Microsoft.Office.Interop.Outlook.View Copy (string Name, Microsoft.Office.Interop.Outlook.OlViewSaveOption SaveOption);
Public Function Copy (Name As String, Optional SaveOption As OlViewSaveOption) As View

Parameters

Name
String

The name of the new view.

SaveOption
OlViewSaveOption

The save option for the new view.

Returns

A View object that represents the new view.

Applies to