Hello,
I am linking to an email from another, and right now the link looks like:
<Outlook:ID#Here>
And what I want to do is try to recreate the clickable item in the Inbox,
that displays the subject, sender, date etc. Is it possible to do this? If
not what else can I do to make this link something readable and not an
unidentifiable sequence of alpha numerics?
Thanks,
Sue Mosher [MVP-Outlook] - 27 Jul 2005 17:28 GMT
Parse the link to extract the ID, then use it as the argument for the Namespace.GetItemFromID method to return the original item.
What you can do with the appearance of the link itself depends on the message format.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Hello,
> I am linking to an email from another, and right now the link looks like:
[quoted text clipped - 6 lines]
> unidentifiable sequence of alpha numerics?
> Thanks,