Outlook add-ins

S

saranya

We have a task pane created using outllok add-ins 2007 in c#.

Right now it is displayed along with every mail item.. that is, once the mail item is clicked.

How do i make it to be displayed as soon as a mail is selected(just like the reading pane).

Thanks in advance

Regards,
sara
 
K

Ken Slovak - [MVP - Outlook]

What do you mean by "when the mail item is clicked"? Do you mean when it's
selected or when it's opened? If you mean when it's opened then you are
adding the CTP to the Inspector, you would need to add it to the Explorer.
You can handle Explorer.SelectionChange to see what the new selection is if
you want the CTP to display information about the newly selected item or
items.
 

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