Handle

Handle is the connection handle of the Personal Communications connection associated with this lsxECLXfer object. The Handle property is a Long data type and is read-only. The following example shows this property.

' Create an lsxECLXfer object associated with connection A
dim myXferObj as new lsxECLXfer("A")
 
dim myHandle as Long
 
' Get our connection handle
myHandle = myXferObj.Handle