RemoveItem Method
Description
Removes item from the database. Removal takes place immediately, without a Post.Removes item from the database. Removal takes place immediately, without a Post.
Syntax
Visual Basic
Public Sub RemoveItem( _
   ByVal ItemKey As Variant _
) 
Parameters
ItemKey
An Attachment.ID, a reference to an Attachment Object , or a Variant array of Attachment.IDs.
See Also