Fixed font Subject: why isn't this working?
Author: microsoft nieuwsgroep Date: 11 Sep 2008
References:
Good afternoon,
- Outlook 2003 -
- WindowsXP -

I need a hyperlink to an item in my Mailbox in the body of a vbscript
generated outlook mailmessage.
I cannot seem to get it to work.

This is the codesnippet that creates the hyperlink:

strLink = "Outlook://Persoonlijke%20Mappen/Postvak%20In/~Message"
objMail.body = strLink
objMail.Send

When I receive the message I do see this: Outlook://Persoonlijke
Mappen/Postvak In/~Message
but its doesn't link, it's just plain tekst.

I've also tried this, with the same unforfilling result:
strLink = <Outlook://Persoonlijke Mappen/Postvak In/~Message>
objMail.body = strLink
objMail.Send


Please help me out here: how do I generate a vbscripted hyperlink in the
body of an outlook message?

Thank you very much.
Emmy