I dont save item when i open it. But in my outlook addin when i open a item
and add an attachment in item_open many item events called like item_open,
item_write, item_read, item_attachmentadd,item_beforeattachmentsave etc
If i disable item_write( avoid writing) then it other events for this item
are stop. Should i disable item_write. But if i disable it then how to
enable other events.
"Ashish" wrote in message
...
No. I dont save the the item after adding attachment.
I add the attachment in Item_Open() eveny
item-Attachments-Add(filaname);
When i double click a mail attachment display in mail. WHen i right click
and select open then it's not display.
"Ken Slovak - [MVP - Outlook]" wrote in message
...
Show the code you use. Are you saving the item after you add the
attachment?
--
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
...
I add an attachment to mail when open the mail in outlook. When i double
click on a mail then attachment display in mail.But when i right click on
mail select Open then i cant see the attachment while if i click on
File-Save Attachments then it shows me the attachment name. Which
property need to set to display the attachment