Slipstick Forums  

Go Back   Slipstick Forums > Exchange Server > Administration

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-14-2009, 07:21 PM
=?Utf-8?B?TWFyeQ==?=
Guest
 
Posts: n/a
Default Message format when retrieve email using webdav in Exchange 2007.

Hi,

I use MailMessage & SmtpClient to send email to exchange server. Then, I use
webdav to retrieve the email content and save it in a file.

First I send a text/plain email, then save the message in file. If it runs
in Exchange 2003, the saved content is the following:
**********************
MIME-Version: 1.0
From: xxxx
To: xxxx
Date: xxxx
Subject: 0: sub
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Return-Path: xxxx
Message-ID: xxxx
X-OriginalArrivalTime: xxxx

0: test
***********************

But if I run it in Exchange 2007, the saved content is:
************************
Subject: 0: sub
Date: xxxxx
MIME-Version: 1.0
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Message-ID: xxxx
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: 0: sub
Thread-Index: xxxx
From: xxxx
X-MimeOLE: Produced By Microsoft Exchange V8.1
To: "Mary" xxxx

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
08.01.0240.003">
<TITLE>0: sub</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>0: test<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>
*******************************

In exchange 2007, it changes the content format of saved file. Is it
possible not allow Exchange 2007 to convert the content to html file but keep
in text/plain file?

Thanks,
Mary

Reply With Quote
  #2  
Old 10-20-2009, 11:10 AM
EricB EricB is offline
Junior Member
 
Join Date: Oct 2009
Posts: 1
Default Re: Message format when retrieve email using webdav in Exchange 2007.

Hi Mary, I am experiencing a similar issue with email formatting once we upgraded from Exchange 2003 to 2007. Did you ever resolve your issue? If so, could you let me know how you did it? Thanks in advance.

Eric


[QUOTE==?Utf-8?B?TWFyeQ==?=;31038]Hi,

I use MailMessage & SmtpClient to send email to exchange server. Then, I use
webdav to retrieve the email content and save it in a file.

First I send a text/plain email, then save the message in file. If it runs
in Exchange 2003, the saved content is the following:
**********************
MIME-Version: 1.0
From: xxxx
To: xxxx
Date: xxxx
Subject: 0: sub
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Return-Path: xxxx
Message-ID: xxxx
X-OriginalArrivalTime: xxxx

0: test
***********************

But if I run it in Exchange 2007, the saved content is:
************************
Subject: 0: sub
Date: xxxxx
MIME-Version: 1.0
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Message-ID: xxxx
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: 0: sub
Thread-Index: xxxx
From: xxxx
X-MimeOLE: Produced By Microsoft Exchange V8.1
To: "Mary" xxxx

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
08.01.0240.003">
<TITLE>0: sub</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>0: test<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>
*******************************

In exchange 2007, it changes the content format of saved file. Is it
possible not allow Exchange 2007 to convert the content to html file but keep
in text/plain file?

Thanks,
Mary[/QUOTE]
Reply With Quote
Reply

Bookmarks


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Off
Smilies are Off
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:25 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.