... + '"' + CRLF + ; "Content-Transfer-Encoding: " + If( cExt == "HTM", "7bit", "quoted-printable" ) + CRLF + ; "Content-Disposition: inline; " + ; // LKM was attachment 'filename="' + cFileNoPath( ::aFiles[ nI ] ) + '"' + CRLF + CRLF ) oSocket:SendFile( ::aFiles[ nI ],, ::nDelay ) Else oSocket:SendData( ...