سؤال

I found this thread: Convert MailMessage to Raw text

Its about taking a MailMessage and converting it to raw text ready for sending.

Is their a way to convert that raw text back into a MailMessage?

لا يوجد حل صحيح

نصائح أخرى

Microsoft's BCL does not include any way of doing it, but you can use a library such as MimeKit (NuGet package here) to parse the message.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top