Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32The 1-based index value of the object within the collection.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Display the Select Names Dialog Box to Resolve Recipients