|
|
|||
| Basic Outlook Printer Friendly Version | |||
|
|
Working with Outlook items, folders, recipients; dealing with security; writing event handlers | ||
| Topic | |||
|
|
Automating an Attachment to Outlook 2003
Hi all, not sure if this is possible but I would like to know if it is possible that when you hit the NEW icon in Outlook an attachment is automatically attached to the email being sent. Its for a marketing exercise and getting fed up of having to attach the "flyer" - thank you Anonymous 14-Jan-2010 04:00 |
||
|
|
Sue Mosher
14-Jan-2010 08:17
It would be possible to do that by subscribing to the NewInspector event and calling Attachments.Add on any new message that opens. But it might be easier just to write a macro that both creates the message and adds the attachment. Macros are easier to do than event handlers |
||
|
|
|||
