Hi,
maybe someone else has the knowledge. I have a working function
sending an email through LN from Access, but am having a formating
problem. Need to add a "sendto:x...@xy z.com?subject= Question
pertaining to..."
line in the mail. It works but comes out like above.
The code looks like
link2 = ("mailto:RL_Fin ance.MDA?subjec t= Question pertaining to " &
mail_title)
link2 and mail_title are set as string
also I provide a link "Link1 = ("file://" & file_link)" which also
appears the same way in the mail.
It all works, but does not look as professional as I would like.
Some simple formatting issue.
Please, if someone has done something similar with Notes, let me know
how to correct it.
Thanks
Steven
maybe someone else has the knowledge. I have a working function
sending an email through LN from Access, but am having a formating
problem. Need to add a "sendto:x...@xy z.com?subject= Question
pertaining to..."
line in the mail. It works but comes out like above.
The code looks like
link2 = ("mailto:RL_Fin ance.MDA?subjec t= Question pertaining to " &
mail_title)
link2 and mail_title are set as string
also I provide a link "Link1 = ("file://" & file_link)" which also
appears the same way in the mail.
It all works, but does not look as professional as I would like.
Some simple formatting issue.
Please, if someone has done something similar with Notes, let me know
how to correct it.
Thanks
Steven
Comment