View Single Post
  #3  
Old August 11th 09, 12:36 PM posted to microsoft.public.outlook.program_addins
Ashish
external usenet poster
 
Posts: 94
Default edit right pane of mail

Thanks explorer.selectionChanged is called when switch an item or folder. It
also call when we select multiple items. I want to show some info in preview
pane when a single item is selected not for multiple selected items . But in
explorer.selectionChanged function Explorer-Selection-Count always returns
0. So i am not able to access selected item. Please suggest how to access
selected item. Why it always gives 0 as Count. Outlook version is 2003.


"mightyCoCo" wrote in message
...
On Aug 10, 4:28 pm, "Ashish" wrote:
Is it possible to edit mail right pane in outlook addin? When select a
mail
in outlook right pane shows its field like subject,date body,attachments
etc.
Can we show some extra information in right pane when select a mail. Which
event is call when show right pane(select mail) for any mail


if i got it right, you refer to the preview pane of an email.
What Outlook version?
Look into the Explorer.SelectionChanged event. this is triggered, when
an item was selected.
You may be able to modify certain information's in the selected item.


Ads