Recreating inbox email item link in a mail item

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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,
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top