AI Object
 
Syntax
 
AI.ClearAttachments(Handle As Long)
 
Description
Removes all files and any attached recordset from a conversation handle. Use this to start over with the attachments of a handle before it has been submitted with Ask. The handle itself remains valid.
 
Parameter
Description
Handle
Long, a handle created with NewConversation.
 
See Also
AttachFileAttachRecordsetAttachmentCountNewConversation.