RE: EX07: force remote message to plain text
- From: v-robmen@xxxxxxxxxxxxxxxxxxxx ("Robbin Meng [MSFT]")
- Date: Tue, 12 Aug 2008 12:16:43 GMT
Hello Mike,
Thank you for your post.
Please allow me to confirm that my understandings are correct. As I
understand it, the issue is:
You would like know how to force Exchange 2007 server to strip out the html
and only send the plain text version of the message?
If I have misunderstood your concerns please feel free to let me know.
Have you tried using cmdlet "Set-RemoteDomain -ContentType"?
Use this -ContentType parameter to define the outbound message content type
and formatting. Valid values for this parameter are MimeHtmlText, MimeText,
MimeHtml.
" MimeHtmlText converts messages to MIME messages that use HTML formatting,
unless the original message is a text message. If the original message is a
text message, outbound message will be a MIME message that uses text
formatting.
" MimeText converts all messages to MIME messages that use text formatting.
" MimeHtml converts all messages to MIME messages that use HTML formatting.
The default value is MimeHtmlText.
Run the following cmdlet to verify the current value of the ContentType
setting in Remote Domain
Get-RemoteDomain | FL
If it is MimeHtml, then run the following the cmdlet to change its value to
MimeText, which convert all mails to Plain Text only.
Set-RemoteDomain -ID Default -ContentType MimeText
Then restart the Exchange Transport Service.
For more information on Set-RemoteDomain cmdlet, see
How to Configure Message Format Settings for a Remote Domain
http://technet.microsoft.com/en-us/library/bb125174(EXCHG.80).aspx
Hope this helps. Also, if you have any questions or concerns, please do not
hesitate to let me know.
Thank you for your time and cooperation.
Best regards,
Robbin Meng(MSFT)
Microsoft CSS Online Newsgroup Support
Get Secure! - www.microsoft.com/security
=====================================================
This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.
Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.
For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.
Any input or comments in this thread are highly appreciated.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: EX07: force remote message to plain text
- From: Mike Koch
- Re: EX07: force remote message to plain text
- References:
- EX07: force remote message to plain text
- From: Mike Koch
- EX07: force remote message to plain text
- Prev by Date: Re: Tracking database still not available
- Next by Date: Re: SMTP & MS Exchange Routing Engine fails after 11pm most nights (Exclaimer?)
- Previous by thread: EX07: force remote message to plain text
- Next by thread: Re: EX07: force remote message to plain text
- Index(es):
Relevant Pages
|