View Single Post
  #3  
Old December 21st 07, 01:26 PM posted to microsoft.public.outlook.program_addins
sd[_2_]
external usenet poster
 
Posts: 69
Default modify contact when chages are not made to form region

thanks ken
I implemented Item_write in addin.But if the user opens multiple
inspector windows then
do I've to take multiple Contactobjects?
thanks again
On Dec 20, 1:30*am, "Ken Slovak - [MVP - Outlook]"
wrote:
Have your addin implements a handler for item.Write() so you can trap that
condition. You may also need to handle item.Close().

--
Ken Slovak
[MVP - Outlook]http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Optionshttp://www.slovaktech.com/products.htm

"sd" wrote in message

...



hello
I've shown separate Form region to contact form(not adjoining) through
VSTO addin.My Wrapper class for this form region is instantiated when
I navigate to that form region page.I make a copy of contact to other
folder in wrapper class code when user save & close it . The problem
is *for *existing contact. when user make changes to General page ,
Save *& Close the contact *without navigating to my Form region page ,
the copy doesn't get modified (since wrapper class doesn't
instantiated).How to reflect *changes to copy of contact
when user save & closes contact without navigating to my form region
page?


thanks in advance- Hide quoted text -


- Show quoted text -


Ads