(Msg. 1) Posted: Tue Oct 28, 2008 7:19 am
Post subject: Programmatically creating emails with default stationery Archived from groups: microsoft>public>outlook>program_vba (more info?)
I'm developing an Access database that has among other things a feature that
allows the user to create project notes. An option of this features provides
for an email confirmation, so if the note is related to a telephone
conversation the communication is documented for both parties.
The email utility was working fine until I was asked to have the message be
sent out using the company's default HTML stationery. I've looked on
OutlookCode.com and elsewhere, but have had no luck finding a workable
solution. Has anyone faced this issue before and found a solution? Any help
will be greatly appreciated.
(Msg. 2) Posted: Tue Oct 28, 2008 10:53 am
Post subject: Re: Programmatically creating emails with default stationery [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Ken Warthen" <KenWarthen.TakeThisOut@discussions.microsoft.com> wrote in message
news:B168A8E3-3711-4B74-97C0-206B71B5BA19@microsoft.com...
> I'm developing an Access database that has among other things a feature
> that
> allows the user to create project notes. An option of this features
> provides
> for an email confirmation, so if the note is related to a telephone
> conversation the communication is documented for both parties.
>
> The email utility was working fine until I was asked to have the message
> be
> sent out using the company's default HTML stationery. I've looked on
> OutlookCode.com and elsewhere, but have had no luck finding a workable
> solution. Has anyone faced this issue before and found a solution? Any
> help
> will be greatly appreciated.
>
> Ken
(Msg. 3) Posted: Tue Oct 28, 2008 10:53 am
Post subject: Re: Programmatically creating emails with default stationery [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Ken,
Thanks for the help. I was kind of working toward a similar solution, but
couldn't figure out how to load the html file for editing within an Access
function.
Ken
"Ken Slovak - [MVP - Outlook]" wrote:
> Pseudocode:
>
> string stationery = LoadDesiredStationeryAsString();
> item.HTMLBody = stationery;
>
> --
> Ken Slovak
> [MVP - Outlook]
> http://www.slovaktech.com > Author: Professional Programming Outlook 2007.
> Reminder Manager, Extended Reminders, Attachment Options.
> http://www.slovaktech.com/products.htm >
>
> "Ken Warthen" <KenWarthen DeleteThis @discussions.microsoft.com> wrote in message
> news:B168A8E3-3711-4B74-97C0-206B71B5BA19@microsoft.com...
> > I'm developing an Access database that has among other things a feature
> > that
> > allows the user to create project notes. An option of this features
> > provides
> > for an email confirmation, so if the note is related to a telephone
> > conversation the communication is documented for both parties.
> >
> > The email utility was working fine until I was asked to have the message
> > be
> > sent out using the company's default HTML stationery. I've looked on
> > OutlookCode.com and elsewhere, but have had no luck finding a workable
> > solution. Has anyone faced this issue before and found a solution? Any
> > help
> > will be greatly appreciated.
> >
> > Ken
>
>
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