Share via


Recipients.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 Recipients
Dim Index As Integer

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

Parameters

  • Index
    Type: System.Int32

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

See Also

Reference

Recipients Interface

Recipients Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Display the Select Names Dialog Box to Resolve Recipients