PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Program Addins Passing arguments from IE to Outlook?

Reply

Passing arguments from IE to Outlook?

 
Thread Tools Rate Thread
Old 01-07-2003, 11:47 PM   #1
mo
Guest
 
Posts: n/a
Default Passing arguments from IE to Outlook?


I've been using the article 'Developing .NET Smart Clients for Microsoft
Office XP'
(http://msdn.microsoft.com/library/d...n-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:whoever@domain.com
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:someone@somewhere.com?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


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off