TSL语言基础
>
Object TSL
>
TSL内置对象使用大全
>
MessagePart对象
>
MessagePart对象属性
ContentTransfer
复制链接
简述
读写类型,消息内容传输时的编码类型,主要编码方式有。
7bit – 7位不编码的ASCII码,默认编码方式。
8bit – 8位不编码的原始值。
binary – 不编码的10进制数据流。
quoted-printable – 转换为7位可打印的ASCII编码方式。每个高位为1的码翻译为如=A1的16进制模式。
base64 – Base64模式,一种将8字节转换为7字节的编码方式。
定义
ContentTransfer:String;
相关
ContentType
IsEncoded
MsgID
Headers
CharSet
ExtraHeaders
ContentTransfer
ContentID
ContentDescription
ContentLocation
ParentPart
PartType
FileName
Body
AsString
AsBinary