Are there .NET Framework methods to parse an email (MIME)?

前端 未结 6 1513
遇见更好的自我
遇见更好的自我 2020-12-02 19:12

Is there a class or set of functions built into the .NET Framework (3.5+) to parse raw emails (MIME documents)?

I am not looking for anything fancy or a separate lib

6条回答
  •  [愿得一人]
    2020-12-02 19:50

    No, there is no way to do that yet. Microsoft has not created a Text-to-Message convertor just as they haven't created a POP3 or IMAP library. Unfortunate.

提交回复
热议问题