Yes, but if i go outlook and just highlight text and make it a link my display text does not have file: in front of it but the link does.
I tried for hours but cannot figure out how to not have file: in the display text via VBA.
Thoughts?
Hi,
I have been trying to use the MailItem propery to send an email to outlook 2010.
I have the following snipit of code -
MyMail.Body = MyBodyText
MyMail.BodyFormat = olFormatHTML
Hyperlink = MailList("Hyperlink")
MyMail.Body = Replace(MyMail.Body...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.