Hi,
I have in the example the following e-mail:
..
<p class=MsoNormal><o:p> </o:p></p>
<p class=MsoNormal><img width=384 height=371 id="Bild_x0020_1"
src="cid:image001.png@xx.xx"><o:p></o:p></p>
..
How do I get the picture of this e-mail.
I call my mail such as:
..
Dim ML As New Pop3MessageCollection
Dim MM As MailMessage
..
MM = New MailMessage
MM = POP3.GetMailMessage(ML(x).SequenceNumber)
..
Dim HTMLPART as String = MM.BodyHtml
Thanks and regards