Search.Save(String) 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.
Saves the search results to a Search Folder.
public:
Microsoft::Office::Interop::Outlook::MAPIFolder ^ Save(System::String ^ Name);
public Microsoft.Office.Interop.Outlook.MAPIFolder Save (string Name);
Public Function Save (Name As String) As MAPIFolder
Parameters
- Name
- String
A string that represents the Search Folder name.
Returns
Remarks
The Save method displays an error if a Search Folder with the same name already exists.