CodePage
CodePage is the code page of the connection associated with this lsxECLXfer object. The CodePage property is a Long data type, is read-only and cannot be changed through this LotusScript interface. However, the code page of a connection may change if the Personal Communications connection is restarted with a new configuration (see lsxECLConnMgr Class for information about starting a connection). The following example shows this property.
' Create an lsxECLXfer object associated with connection A
dim myXferObj as new lsxECLXfer("A")
dim myCodePage as Long
' Get the code page for connection A
myCodePage = myXferObj.CodePage