Code or not to Code?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Would someone tell me if its possible without VBA or .NET code to
automatically attach a file each time a User creates a new email message? If
not without code being a newbie at Outlook programming, where would you start
in Outlook Programming?
Ted
 
Hi Ted,

if it is always the same attachment then I would save an e-mail as draft
with it. If the attachments are different and depending on somewhat then
you have to code that.

A good start is the object browser in your VBA environment (which lists
all available methods, properties and events) and the online help.
Select e.g. the "NewInspector" event and press F1 to read the help.
Often there are samples too.

For your need please take a look at NewInspector and Attachments.Add.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top