How to decode ContentEncoding.SevenBit and ContentEncoding.EightBit MimePart with C# MailKit

前端 未结 0 643
离开以前
离开以前 2021-01-22 23:59

I have this piece of code:

private string DecodeMimePart(MimePart mimePart)
{
    var decodedString = "";

    IMimeDecoder mimeDecoder = mimePart.Conte         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题