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

前端 未结 6 1516
遇见更好的自我
遇见更好的自我 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:56

    Very impressed with free, open-source (MIT-licensed) and fast MimeKit

    • Nuget: https://www.nuget.org/packages/MimeKit
    • "Lite" version without the crypto stuff: https://www.nuget.org/packages/MimeKitLite

提交回复
热议问题