Outlook 2007 and Plain Text Email Line Wrapping

On September 2, 2009, in Development, Email, by Mitch Milam

This is a bit off-topic for me, but since I ran into it, I blog about it.

So I’m testing one of my CRM add-ons which involves sending an email to an email-enabled CRM queue.

I’m sending an email with an XML packet in the email body.  Unfortunately, Outlook keeps hard-wrapping the text by inserting carriage-returns which end up breaking the XML into fragments.

Fortunately, Slipstick Systems came to my rescue, as always ( anything Outlook/Exchange-related ).

Anyway, I found a reference to a KB article that mentions how to make Outlook “not wrap� plain text emails going out over the Internet.

Perfect!

Other than having to change the Registry Key mentioned in the KB article to:

HKEY_CURRENT_USER\Software\Microsoft\Office\12.0

instead of Office\11.0 ( for Outlook 2003 ), everything worked and I can get back to testing.