import mail(eml) with "charset=utf-8" with Redemption Failed

Joined
Aug 18, 2006
Messages
1
Reaction score
0
Hello,
I'm using Redemption to import .eml mails in Outlook.
I've tryied with RDOMail or SafeMailItem, but that's the same.
When I import a mail, with "charset=utf-8", it's impossible to open the mail in Outlook !
Here is the mail in eml, which failed :

Message-ID: <12626425.113949080.JavaMail.A207111@W30119>
Date: Mon, 30 Jan 2006 13:25:49 +0100 (CET)
From: toto
Reply-To: (e-mail address removed)
To: (e-mail address removed)
Subject: le sujet du mail
Mime-Version: 1.0
Content-Type: text/plain;charset=utf-8
Content-Transfer-Encoding: 7bit
X-Originating-IP: [172.18.132.6]
X-Wum-Nature: EMAIL-NATURE
X-WUM-FROM: |~|
X-WUM-TO: |~|
X-WUM-REPLYTO: |~|

mail body


And that's my code :
Code:
  	   Dim objPost As RDOMail
  	  objPost = folder.Items.Add(Redemption.rdoItemType.olMailItem)
  		objPost.Import(path, Redemption.RedemptionSaveAsType.olRFC822)
  		objPost.Save()

Is there somebody who have the same problem?
Could someone help me?
Thank you!
 
Top