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.
我在 SQL 数据库中存储了多部分邮件消息 MIME。我想检索并在 ASP 页面上显示它。我尝试手动解码它,但它不是那么准确。编码有很多种base64、Iso、printedQuotable等。
有没有简单的方法在 C# 中解码 MIME 消息?
试试这个 http://www.codeproject.com/Questions/163362/How-To-decode-mime-format-in-asp-net
如果您想要更多,请告诉我..