_IconView.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.
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.