PDA

View Full Version : Remove HYPERLINK“site”site + HYPERLINK“mailto:email”email from mailitem.body



dr_patso
10-02-2012, 02:03 PM
but keep the text there.

example: turn HYPERLINK"mailto:email"email to just email


I'm using this code to populate a website text area with HTML formatted messages (i only need objitem.body for plaintext and RTF)


ie.document.getElementById("message").Value = Replace(objItem.Body, vbCrLf & vbCrLf, vbCrLf)