New message macro with attachments

T

Thomas.J.Howe

I just want to create a simple macro for a new message that includes
some text and then attaches a few files to the message, and then is
placed in my "Drafts" folder. Can anyone help me out with this
relatively easy (I'd assume) process? I would appeciate it.
 
M

Michael Bauer [MVP - Outlook]

That's good explained in the VBA help file. Please look for CreateItem to
create a new message, and Attachments.Add for adding files. Eventually
simply call the item's Save method, which stores it in the drafts folder.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Sun, 3 Aug 2008 07:55:03 -0700 (PDT) schrieb (e-mail address removed):
 
T

Thomas.J.Howe

Got it, Michael. Thanks.

That's good explained in the VBA help file. Please look for CreateItem to
create a new message, and Attachments.Add for adding files. Eventually
simply call the item's Save method, which stores it in the drafts folder.

--
Best regards
Michael Bauer - MVP Outlook

  : VBOffice Reporter for Data Analysis & Reporting
  : Outlook Categories? Category Manager Is Your Tool
  : <http://www.vboffice.net/product.html?pub=6&lang=en>

Am Sun, 3 Aug 2008 07:55:03 -0700 (PDT) schrieb (e-mail address removed):




- Show quoted text -
 

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

Top