Share via


_Results.DefaultItemType Property

Returns an OlItemType constant indicating the default Outlook item type contained in the folder. Read/write.

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

Syntax

'Declaration
Property DefaultItemType As OlItemType
    Get
    Set
'Usage
Dim instance As _Results
Dim value As OlItemType

value = instance.DefaultItemType

instance.DefaultItemType = value
OlItemType DefaultItemType { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlItemType

See Also

Reference

_Results Interface

_Results Members

Microsoft.Office.Interop.Outlook Namespace