So if i handle those attachment events and avoid saving then it will not
update on exchange server. But will it allow to add attachment to mail and
display in outlook when we select a mail?
"Ken Slovak - [MVP - Outlook]" wrote in message
...
If you want to know whether or not an item in a Selection is changed you
handle SelectionChange(). When that fires you get the new Selection. You
can then set up handlers for each item in the Selection and handle the
AttachmentAdd() event or the BeforeAttachmentSave() event or any other
attachment related event you want to track.
--
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
"Ashish" wrote in message
...
Sorry it's explorer.selectionchange
it's call when i change selection on any mail/folder