S
Ståle
Hi
I've developed an add-in to Outlook which saves all attachments to file before sending the e-mail
In Outlook 2003, sizes of Office attachments (doc, xls,...) gets bigger than the original attachments when they're saved to files by using the SaveAsFile() command on the Attachment object in the Outlook Object Model. Why
If I open a Word document (saved by my add-in) in Word and turn off the "Embed smart tags" option (Tools | Option | Save property page) and then save the attachment from Word, the file gets identical size as the original attachment added to the e-mail. Can anyone explain this behaviour
What additional info is added when I call the Attachment.SaveAsFile() function on Office files
Thanks in advance
Ståle
I've developed an add-in to Outlook which saves all attachments to file before sending the e-mail
In Outlook 2003, sizes of Office attachments (doc, xls,...) gets bigger than the original attachments when they're saved to files by using the SaveAsFile() command on the Attachment object in the Outlook Object Model. Why
If I open a Word document (saved by my add-in) in Word and turn off the "Embed smart tags" option (Tools | Option | Save property page) and then save the attachment from Word, the file gets identical size as the original attachment added to the e-mail. Can anyone explain this behaviour
What additional info is added when I call the Attachment.SaveAsFile() function on Office files
Thanks in advance
Ståle