AI Object
 
Syntax
 
AI.CloseHandle(Handle As Long)
 
Description
Closes one conversation handle and releases its resources. When the handle carried attachments, closing it also signals the server to clean up the stored attachment data. Always close a handle once you have read its answer.
 
Closing an unknown handle is harmless and does nothing.
 
Parameter
Description
Handle
Long, a handle created with NewConversation.
 
See Also
CloseAllIsValidHandleAsk.