Handle
Handle is the connection handle of the Personal Communications connection associated with this lsxECLOIA object. The Handle property is a Long data type and is read-only. The following example shows this property.
' Create an lsxECLOIA object associated with connection A
dim myOIAObj as new lsxECLOIA("A")
dim myHandle as Long
' Get our connection handle
myHandle = myOIAObj.Handle