Basic C# Mime Decoding
问题 Is there a clean way of handling multi-part MIME data in C#. After a call to a closed application (I have no access to change it) I get a MIME reponse like the one below. Does C# provide the ability to parse this via System.Net.Mime or System.Net.Mail? MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_42_31322961.1286389502467" ------=_Part_42_31322961.1286389502467 Content-Type: text/xml Content-Transfer-Encoding: 7bit Content-ID: <xmlContextInfo> <UnneededXML> <Stuff> <