Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在阅读论坛,无法通过 Windows phone 中的电子邮件发送附件。这是准确的吗?创建网络服务是我唯一的选择吗?
有什么建议么?
谢谢杰
不幸的是,当前的 SDK (7.1.1) 不允许我们发送带有附件的电子邮件;您只能发送文本!
唯一的方法是获取您要发送的文件内容(字节数组),将其编码为 Base64,然后将消息文本设置为此编码内容...