Results Interface

Contains data and results returned by the Search object and the AdvancedSearch method.

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

Syntax

'Declaration
<GuidAttribute("0006300C-0000-0000-C000-000000000046")> _
Public Interface Results _
    Inherits _Results, ResultsEvents_Event
'Usage
Dim instance As Results
[GuidAttribute("0006300C-0000-0000-C000-000000000046")]
public interface Results : _Results, 
    ResultsEvents_Event

Remarks

This is a .NET interface derived from a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this derived interface to access all method, property, and event members of the COM object. However, if a method or event you want to use shares the same name under the same COM object, cast to the corresponding primary interface to call the method, and cast to the latest events interface to connect to the event. Refer to this topic for information about the COM object. For information about the method and property members of the COM object, see _Results. For information about the event members of the COM object, see ResultsEvents_Event.

The Results object contains properties and methods that allow you to view and manipulate data. For example the GetNext, GetPrevious, GetFirst, and GetLast methods allow you to search through the results and view the data by field. The Sort method allows you to sort the data.

Use the SearchObject.Results property to return a Results object.

See Also

Reference

Results Members

Microsoft.Office.Interop.Outlook Namespace