TSL语言基础
>
Object TSL
>
TSL内置对象使用大全
>
Pop3对象
>
Pop3对象的方法
CAPA
复制链接
简述
取服务器的支持命令列表。
定义
CAPA():String;
范例
获取邮件支持的所有命令
//创建pop3对象
pop3Obj := new pop3("pop3.tinysoft.com.cn","username","password");
return := pop3Obj.CAPA();
//结果:
相关
Login
SendCmd
Connect
Disconnect
DisconnectNotifyPeer
CheckMessages
KeepAlive
Reset
Delete
Top
RetrieveMsgSize
RetrieveMailBoxSize
Retrieve
RetrieveHeader
RetrieveRaw
UIDL
CAPA