View Single Post
  #1  
Old April 26th 06, 03:37 PM posted to microsoft.public.outlook.program_vba
Joshua
external usenet poster
 
Posts: 6
Default Reply To, insert html code

I would like to create a method for our Receptionist to reply to a message
via outlook and then insert the following html code which I wrote. When word
and/or outlook creates the code it's bloated and some users are reporting
problems with the links.

I would also like to attach the word doc below linked in the html.

html xmlns="http://www.w3.org/1999/xhtml"

head
titleThank you for your interest in a position with CSI Leasing,
Inc/title
style
p{ font-size: 10pt; font-family: arial, verdana, sans-serif;}
a:hover{color: #336699;}
a:visited {color: dark blue;}
/style
/head

body lang="en-us"
pThank you for your interest in a position with CSI Leasing, Inc. We will
review your resume to see if there is a match with our open position./p
pSo that we can fulfill our obligations, we ask that all applicants click
on the following a
href="http://www.csileasing.com/FillableCSIVoluntaryDisclosure04-05.doc"link/a
or complete the attached form. When you have completed the form, simply
e-mail it to a
"careers@csile asing.com/a.Thank you
again for your interest and we look forward to speaking with you./p
p
Human Resources Departmentbr /
CSI Leasing, Inc.br /
9990 Old Olive St. Rd.br /
St. Louis, MO 63141br /
314.997-7010br /
314.997.7203 faxbr //p

/body

/html

Any help would be greatly appreciated. I am really familiar with VBA in
Excel but after doing a preliminary glance at Outlook VBA and macro's they
seem quite different.

Thanks
Ads