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