Edit

Share via


Search.Save(String) Method

Definition

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.

Applies to