TSL语言基础
>
Object TSL
>
TSL内置对象使用大全
>
SMTP对象
>
SMTP对象的方法
Disconnect
复制链接
简述
断开连接
定义
Disconnect();
范例
obj:= CreateObject("smtp") ;
obj.Host := 'smtp.tinysoft.com.cn' ;
obj.connect();
obj.disconnect();
return 1;
相关
Login
SendCmd
Connect
Disconnect
DisconnectNotifyPeer
Send
Authenticate
QuickSend
Expand
Verify