View.Copy(String, OlViewSaveOption) Method

Definition

Creates a new instance of a View 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

Represents the name of the new View object.

SaveOption
OlViewSaveOption

The save option that defines the permissions of the View object.

Returns

Applies to