Subject: Save msg as .eml ( body only required )
Date: 2016-12-07 01:10:00
From: darren Grant
Source: save-msg-eml-body-required
----------------------------------------------------------------------

I am writing a vb.net mail module for an application, i need to save the mail body which works fine.

Using:

    Dim pop3Message As Pop3Message = list(i)
            Dim msg As MailMessage = client.DownloadMailMessage(pop3Message.MessageInboxIndex)
            msg.Save("Path" + i.ToString + ".eml")

 

But I want to autoprint this file, and I only need the body not the sender header information.

Is this possible?

Darren.

Thanks

---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index