_PeopleView.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 View object based on the existing PeopleView 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.