Yes when i open that mail, i change its subject and save it.
Is that change the embeded image. I save it like
Outlook::_MailOtemPtr ptr = inspector-currentitem;
ptr-put_Subject(new subject);
ptr-Save();
I call save function because this trigger to property change(of this mail)
event.
What should i do?
"Ken Slovak - [MVP - Outlook]" wrote in message
...
Just adding another attachment will not modify another attachment,
embedded or not. You must be doing something to corrupt that embedded
image or 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
...
Hi,
In my outlook addin, I send a mail and copy an image in its body. After
mail received we see embeded image in body in outlook window. When i open
this mail i add an attachment(text type) in the mail and display it.
After adding attachment then embeded image change to blank image. Why it
change to blank image? WHich property is changed after adding attachment.
Should i reset any property of mail after adding attachment.