_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
<DispIdAttribute()> _
Property DefaultItemType As OlItemType
Get
Set
'Usage
Dim instance As _Results
Dim value As OlItemType
value = instance.DefaultItemType
instance.DefaultItemType = value
[DispIdAttribute()]
OlItemType DefaultItemType { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlItemType