BizTalk Server - sending HTML formatted email through BizTalk

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server > December 2006 > sending HTML formatted email through BizTalk





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author sending HTML formatted email through BizTalk
Kristi

2006-12-13, 1:16 pm

I want to send an HTML formatted email through BizTalk. I am trying to
send an order confirmation with multiple lines of parts that I would
like to put in a table which means I need to send the email as HTML and
add table tags. I set up an SMIME pipeline to send the email as HTML
and I have the orchestration pulling the fields from a Config file. My
email is being sent out as HTML but it is coming to me in one giant
paragraph with no formatting. I tried adding HTML tags to my config
file but it doesn't do anything with them.
Does anyone know what I need to do to have the html tags in my config
file recognized or if there is another way to do this?

Jan Eliasen

2006-12-13, 7:18 pm

On 13 Dec 2006 07:29:22 -0800, "Kristi" <kristi_321@hotmail.com>
wrote:

>Does anyone know what I need to do to have the html tags in my config
>file recognized or if there is another way to do this?

Try this in your orchestration:

Message(Microsoft.XLANGs.BaseTypes.ContentType) = "text/html";

when constructing the message.

YES, I know intellisense doesn't know it is there....

--
eliasen, representing himself and not the company he works for.

Private blog: http://blog.eliasen.dk

Private email: jan@eliasen.dk
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com