I stored the mail contents(mail body) in database.
I would like to extract the value of “src” attribute of the all image tag() from those mail contents.
One or more image may be included in mail body.
Please let me know how I have to acheive this in VB.NET?
Thanks.
You can use a regular expression.
Here’s how it works: