Share via


ItemProperties.Item Property

Returns an ItemProperty object from the collection.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Default Property Item ( _
    Index As Object _
) As ItemProperty
    Get
'Usage
Dim instance As ItemProperties
Dim Index As Object
Dim value As ItemProperty

value = instance(Index)
[DispIdAttribute()]
ItemProperty this[
    Object Index
] { get; }

Parameters

  • Index
    Type: System.Object

    Either the zero-based index number of the object, or a value used to match the default property of an object in the collection.

Property Value

Type: Microsoft.Office.Interop.Outlook.ItemProperty
An ItemProperty object that represents the specified object.

See Also

Reference

ItemProperties Interface

ItemProperties Members

Microsoft.Office.Interop.Outlook Namespace