I am trying to send a link to a location on our servers via email, but I can't get the HTML portion of the link to work.
This is my file path-- P:\2. Corps\PNL_Daily_Report
What I've tried--
newMail.HTMLBody ='<a href="file://///P:\2.%20Corps\PNL_Daily_Report">Link Anchor</a>'
newMail.HTMLBody ='<a href="P:\2. Corps\PNL_Daily_Report">Link Anchor</a>'
newMail.HTMLBody ='<a href="P:\2.%20Corps\PNL_Daily_Report">Link Anchor</a>'
Obviously I am not an HTML guy, so i bet this answer will be quick for someone who is. Any ideas on how to get the HTML link to format?