Sets the ID of the stored FTP connection that is used for uploading printed documents.
SetSelectedFTPConnection (pDevMode As Long, iConnectionID As Integer) As Boolean
Input value pDevMode: - handle to the BlackIceDEVMODE.
Input value iConnectionID - The ID of the selected FTP connection. The ID can be attained by using the GetFTPConnectionByIndex, GetFTPConnectionByName, GetSelectedFTPConnection or the AddFTPConnection methods.
Return value - True on success, otherwise False.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.