I am trying to generate a template for a meeting invite using Outlook. I want to prepopulate the body of the email with a long list of phone numbers. But when I try to insert HTML text, it just displays it as text instead of interpreting it.
I have been looking for some example but have not been able to find anything yet. Any comments?
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta name="" content="">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</head>
<body>
<b>test</b>
</body>
</html>
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Try using the code that was used for the HTML in your message.
__________________ Have an EBook that teaches people to make money? Want to reach hundreds of customers each month with your product for less than $5? Check this out: Make Money Ebooks
What I have managed to determine to date is that is would seem that you cannot type HTML directly in an outlook email and have it interpret the document, what you have to do is create the document in Word and then you send the work document out as an email.
This however does not allow me to create a form that I can same as part of a meeting invite.