I have a list of contacts in an windows application (e.g) Henry Edwin William when I select a contact(say henry) it has to be displayed in a contact window of Outlook, now this part of implementation I have done. Requirement: When I select another contact (Edwin), the contact details has to be displayed in the same contact window which has been launched earlier(i.e Henry). any possibilities? Thanks, Rajeen R
The contact window is an Inspector. Every Inspector has a CurrentItem property. If these are actual Outlook contacts get Henry as an Outlook contact item and set CurrentItem of that Inspector to Henry's contact item. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Kidd" wrote in message news:ewBKbCU8IHA.4532@TK2MSFTNGP05.phx.gbl... >I have a list of contacts in an windows application > (e.g) > Henry > Edwin > William > > when I select a contact(say henry) it has to be displayed in a contact > window of Outlook, now this part of implementation I have done. > > Requirement: > When I select another contact (Edwin), the contact details has to be > displayed in the same contact window which has been launched earlier(i.e > Henry). > > any possibilities? > > Thanks, > Rajeen R