I currently have my email body written as:
oMsg.HTMLBody = [<html><font face = "Arial">];
+ [<font size = 2> <font color = 0><br>S:\Postal Documents<br><br>S:\Container Tags<br><br>Y:\Inkjet Files<br><br>W:\FS\MailDat <br><br>Maildate - &mdue<br><br>Quantity - &mquan<br></font></html>]
OMsg.Display()
What I want is for the "[highlight #3465A4]s:\postal Documents[/highlight]" to translate as a clickable link for the recipient in thier email. I have tried all variations of html code to make this possible but fail to find the right combination. Does anyone know the proper way to format this line?
oMsg.HTMLBody = [<html><font face = "Arial">];
+ [<font size = 2> <font color = 0><br>S:\Postal Documents<br><br>S:\Container Tags<br><br>Y:\Inkjet Files<br><br>W:\FS\MailDat <br><br>Maildate - &mdue<br><br>Quantity - &mquan<br></font></html>]
OMsg.Display()
What I want is for the "[highlight #3465A4]s:\postal Documents[/highlight]" to translate as a clickable link for the recipient in thier email. I have tried all variations of html code to make this possible but fail to find the right combination. Does anyone know the proper way to format this line?