(Msg. 1) Posted: Sun Aug 03, 2008 7:55 am
Post subject: New message macro with attachments Archived from groups: microsoft>public>outlook>program_vba (more info?)
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.
(Msg. 2) Posted: Sun Aug 03, 2008 9:34 pm
Post subject: Re: New message macro with attachments [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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 Thomas.J.Howe RemoveThis @gmail.com:
> 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.
(Msg. 3) Posted: Mon Aug 04, 2008 3:14 pm
Post subject: Re: New message macro with attachments [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Got it, Michael. Thanks.
On Aug 3, 3:34 pm, "Michael Bauer [MVP - Outlook]" <m....DeleteThis@mvps.org>
wrote:
> 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 Thomas.J.H....DeleteThis@gmail.com:
>
>
>
> > 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.- Hide quoted text -
>
> - Show quoted text -
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum