开发者

SMTP Excel corrupted attachment files

开发者 https://www.devze.com 2023-03-19 20:55 出处:网络
I\'ve 开发者_开发知识库created a VB6 application from which I wish to send an SMTP email. The email is sent and received fine but when attaching an Excel 2003 file, whilst this is received okay, when

I've 开发者_开发知识库created a VB6 application from which I wish to send an SMTP email. The email is sent and received fine but when attaching an Excel 2003 file, whilst this is received okay, when trying to open it file becomes corrupt... I've also tried saving the attachment and then opening it but the problem persists. Thank you for any assistance...


The attachment data must be encoded. Not all mail servers and clients are 8-bit safe. Base64 is the most common encoding method.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号