I have i news list with multiline text field in it.
When item is created an SPD WF brings it to every outlook inbox in company.
Body text includes list`s textfield.
Almost every time news has links to something inside intranet portal.
So my problem is that when people click link from outlook they get link like
/Lists/Survey42/overview.aspx
And get error of course when opened in internet explorer. It should be absolute address like:
http://IntraHome/Lists/Survey42/overview.aspx
How can i force sharepoint absolute links?