It runs fine but I can't seems to find an option to access this form in
design mode to modify.
Regards
message Do you mean the .frm file in the zip file containing the source code
from
my
blog? Just import it into your Visual Basic Project in the Outlook VBA
Editor.
--
Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog:
http://blogs.officezealot.com/legault/
:
Eric thanks for that. How can I change the form if I want to?
Thanks
Regards
in
message This is usually a matter of just reading the contents of the .html
files
in
that Stationery folder, and passing the string to the
MailItem.HTMLBody
property.
I've got some sample code that you can download in my blog entry
linked
below that could give you some ideas:
Applying Outlook Stationery to more than just new messages:
http://blogs.officezealot.com/legault/archive/2005/07/21/7581.aspx
--
Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog:
http://blogs.officezealot.com/legault/
:
I would like to make the selection easier for the user. Possibly by
adding
three macros that run when one of the three buttons on toolbar are
pressed,
opening one of the three html templates as needed. If I know the
vba
code
to
create a new email from an html template then I think I should be
OK.
Regards
"Eric Legault [MVP - Outlook]" <
[email protected]>
wrote
in
message If you create three .html files and store them in the C:\Program
Files\Common
Files\Microsoft Shared\Stationery directory, they will be
accessible
from
within the stationery chooser.
--
Eric Legault (Outlook MVP, MCDBA, old school WOSA MCSD, B.A.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog:
http://blogs.officezealot.com/legault/
:
Hi
We have three divisions in the company and need different
stationery
for
each of them. Outlook, as far as I can see, only supports one
stationery
at
a time. Is there a way to create three stationeries as html
files
and
then
load them somehow, may be via vba code, using buttons on
toolbar?
Is
there a
better way?
Thanks
Regards