MsoSearchIn Enumeration

Indicates the area in which the Execute method of the FileSearch object searches for files.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoSearchIn
'Usage
Dim instance As MsoSearchIn
public enum MsoSearchIn

Members

Member name Description
msoSearchInMyComputer Searches the My Computer node.
msoSearchInOutlook Searches Microsoft Outlook folders.
msoSearchInMyNetworkPlaces Searches the My Network Places node.
msoSearchInCustom Searches a custom path. Custom path is defined by the LookIn property of the FileSearch object.

See Also

Reference

Microsoft.Office.Core Namespace