View.Copy(String, OlViewSaveOption) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.