|
Home > Archive > BizTalk Server > March 2005 > Content-type=text/html for outbound SMTP in BTS 2002
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 |
Content-type=text/html for outbound SMTP in BTS 2002
|
|
| Martin Peters 2005-01-22, 5:48 pm |
| Hi,
Is there a way to tell the outbound SMTP adapter in BizTalk 2002 to use
Content-type=text/html instead of text/xml?
Its not possible to specify it on the Advanced Properties of the channel.
Is it possible or do I have to send the message in an AIC?
Kind regards,
Martin
| |
| Rich Dadisman 2005-03-07, 5:49 pm |
| Martin,
In the past the only way top do this was to write your own AIC. The below KB
shows how to send an email with an attachment, however with a few minor
modifications you can change this code to send in HTML.
http://support.microsoft.com/?id=326300
Rich
--
RICHARD DADISMAN
"Martin Peters" <Martin Peters@discussions.microsoft.com> wrote in message
news:F0E5440A-1E68-47AE-BC4B-75FFA7F8F66A@microsoft.com...
> Hi,
>
> Is there a way to tell the outbound SMTP adapter in BizTalk 2002 to use
> Content-type=text/html instead of text/xml?
>
> Its not possible to specify it on the Advanced Properties of the channel.
> Is it possible or do I have to send the message in an AIC?
>
> Kind regards,
>
> Martin
|
|
|
|
|