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 Object _
)
'Usage
Dim instance As _Reminders
Dim Index As Object
instance.Remove(Index)
[DispIdAttribute()]
void Remove(
Object Index
)
Parameters
Index
Type: System.ObjectThe 1-based index value of the object within the collection.