Why is Outlook Unable to Save a Particular Type of Attachments? -


i have little vba macro save attachments in outlook using following snippet

for each objatt in objsourceitem.attachments   strfile = strpath & objatt.filename    objatt.saveasfile strfile next 

this works types of attachments except chemdraw attachments. error saying "outlook cannot perform action on type of attachment" not sure if specific chemdraw, maybe has file extension , outlook not recognizing file format. anyway, http://www.cambridgesoft.com/services/documentation/sdk/chemdraw/cdx/general.htm has info on chemdraw type files. appreciated. thanks!

if embedded ole object in rtf message, outlook not able extract actual file data attachment (which ole storage blob - istorage).


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -