我需要能够创建包含图像的多部分邮件消息。
我发现了这个建议Sending HTML code in a mail using Poco library,但是当我尝试使用VS2015 / Windows / C ++时
Poco :: Net :: MediaType mediaType(" multipart","相关");
我得到了
错误C2440'初始化':无法转换为'初始化列表'到' int' AdvancedEmailer
错误C2079' mediaType'使用未定义的类' Poco :: Net :: MediaType' AdvancedEmailer
我看过https://pocoproject.org/docs/Poco.Net.MailMessage.html,但我无法弄清楚错误
Poco :: Net :: MediaType
的正确用法是什么