Tech Support > Microsoft Windows > Development Resources > Email Attachemnts - OE
Email Attachemnts - OE
Posted by codekwez on February 7th, 2005


Hi,
I'm trying to do the following and wanted to know if it's possible.
I've written some code (using hooks and subclassing) that adds a
toolbar with some buttons when you open a new mail window in outlook
express(that works fine). What I want to do is, when you click a
button, I want to add a file as an attachment to the open mail window.
Is this feasible or is Outlook Express a closed box with no access to
the mail message? Any suggestions.

Thanks.
Eli

Posted by Gernot Frisch on February 7th, 2005



"codekwez" <rebkwez@gmail.com> schrieb im Newsbeitrag
news:1107783697.107212.19210@l41g2000cwc.googlegro ups.com...

You could try to send a WM_DROP message to the new-mail window, maybe
it works...
-Gernot