Passing arguments from IE to Outlook?

M

mo

I've been using the article 'Developing .NET Smart Clients for Microsoft
Office XP'
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnoxpta/ht
ml/odc_dnscof.asp) to get familiar with building an add-in for Outlook 2002
with C#. We have a home grown web based CRM that and I would like to use a
link to open a new Outlook message (the way that mailto:[email protected]
does), but based on whether or not a variable was there call the add-in to
perform a database function.
Such as:
if (addHistory == true)
// add note for contact to sql server for contactRecordId (also passed
in...)

How would one do this? It would be nice to be able to use something as
simple as a mailto: link that allows for you to pass subject, etc... but be
more like:
mailto:[email protected]?subject=whatever&addHistory=true&contactId=012z43

etc...

I need to know if this is possible, or a direction to go before spending too
much time going down a dead end road...

thanks for your help...
mo
 

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