C# Add-in for outlook to search and create a link

A

arnott

hi All,
I am new to C#. I am using Visual Studio 2008 with visual studio tools for
office and outlook 2007. I want create a add-in that will search incoming
messages and find the text with something like "pdfile://1234" and make it a
click-able link, and when the link is clicked launch a event handler that
will open another application to fetch the document.

I found some examples here :
http://msdn.microsoft.com/en-us/office/aa905540.aspx and am learning it.

I want to know how to add the event handler to a string in the text of the
message body ? Any relevant example available online ? Hints or example code
will be very helpful.

Thanks,
Arnott
 

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

Top