AI Object
 
Syntax
 
AI.IsValidHandle(Handle As Long) As Boolean
 
Description
Tests whether a conversation handle is still open on the object. Returns True when the handle exists, or False when it is unknown or has already been closed with CloseHandle or CloseAll.
 
Parameter
Description
Handle
Long, a handle created with NewConversation.
 
See Also
GetStatusCloseHandleConversationCount.