ItemProperties.Remove Method

Removes an object from the collection.

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

Syntax

'Declaration
<DispIdAttribute()> _
Sub Remove ( _
    Index As Integer _
)
'Usage
Dim instance As ItemProperties
Dim Index As Integer

instance.Remove(Index)
[DispIdAttribute()]
void Remove(
    int Index
)

Parameters

  • Index
    Type: System.Int32

    The zero-based index value of the object within the collection.

See Also

Reference

ItemProperties Interface

ItemProperties Members

Microsoft.Office.Interop.Outlook Namespace