i tried it but attachment still save on exchange server. I handle
beforeattachmentsave and addattachment and cancel the saving but attachment
still save on exchange server. I follow below link to avoid saving
http://codeidol.com/csharp/c-sharp-i...k-Item-Events/
To avoid saving when i select another mail i delete attachments from
previous mail and call save function. But this modify mail date. I want to
add attachment in mail without modifying its date.
"Ken Slovak - [MVP - Outlook]" wrote in message
...
Why not try it and see?
--
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
...
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?