G
Guest
Hello,
I'm trying to add a button that pulls in contact info from the highlighted
contact. If I double click the contact and open it up in it's own window,
the following code works.
Outlook.Application oApp = new Outlook.Application();
Outlook.Inspector inspActive;
inspActive = oApp.ActiveInspector();
This works. However, I need to access the contact that is highlighted when.
Meaning when you first click on a contacts folder, to the right in the
display frame you see all your contacts and click one to highlight it. I
need to gather data from the highlighted contact.
Any ideas?
Thanks.
--
(e-mail address removed).<Remove This Before Emailing>
Network & Software Integration
www.n-sv.com
"Helping put the pieces of your IT puzzle together"
I'm trying to add a button that pulls in contact info from the highlighted
contact. If I double click the contact and open it up in it's own window,
the following code works.
Outlook.Application oApp = new Outlook.Application();
Outlook.Inspector inspActive;
inspActive = oApp.ActiveInspector();
This works. However, I need to access the contact that is highlighted when.
Meaning when you first click on a contacts folder, to the right in the
display frame you see all your contacts and click one to highlight it. I
need to gather data from the highlighted contact.
Any ideas?
Thanks.
--
(e-mail address removed).<Remove This Before Emailing>
Network & Software Integration
www.n-sv.com
"Helping put the pieces of your IT puzzle together"