Share via


Search.Scope Property

Returns a String (string in C#) that specifies the scope of the specified search. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Scope As String
    Get
'Usage
Dim instance As Search
Dim value As String

value = instance.Scope
[DispIdAttribute()]
string Scope { get; }

Property Value

Type: System.String

Remarks

The scope of the search is defined when the search is initiated. For more information, see the AdvancedSearch method.

See Also

Reference

Search Interface

Search Members

Microsoft.Office.Interop.Outlook Namespace