Author |
|
Axa Newbie
Joined: 08 November 2019
Online Status: Offline Posts: 5
|
Posted: 04 February 2022 at 6:41am | IP Logged
|
|
|
Hi,
i'm using Mailbee Object 9.1 ( active components - default charset UTF-8) and accented characters are displayed correctly in the subject but incorrectly in email’s body (using Outlook):
subject : prova mailbee ì è à ù
body: prova mailbee � � � �
More precisely:
- the display is not correct if the .pst file was created by old Outlook versions
- the display is correct if the .pst file was created by a new version of outlook.
If the e-mail is sent with Outlook, subject and body are right.
Furthermore, the structure of the email’s RawMessage sent with MailBee and Outlook is different.
Is there any solution?
Thanks,
Monica
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 04 February 2022 at 7:00am | IP Logged
|
|
|
Hi,
Both subject and body texts are hardcoded in your test code? Because if, for instance, subject is hardcoded while body is taken from database/client_request/file/etc, data can be damaged before it's passed to MailBee.
You can also open the email in email client other than Outlook. Or send email to another email address where you can check this (e.g. Gmail) and where you can get the raw source of the email. Because this thing with different behavior for different PST versions looks strange and more testing with other mail systems is needed.
Regards,
Alex
|
Back to Top |
|
|
Axa Newbie
Joined: 08 November 2019
Online Status: Offline Posts: 5
|
Posted: 25 February 2022 at 12:55am | IP Logged
|
|
|
Hi,
Both subject and body texts have been inserted manually, no from database.
For the second point, if we open the email from email server, it is correct.
The problem is only with file.PST created by Outlook of old versions (up to 2002).
So we just wanted to understand the different handling between subject and body texts.
Maybe the solution is for our client to update the .PST file.
Thank you very much.
Regards
Monica
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 25 February 2022 at 4:08am | IP Logged
|
|
|
Hi,
You can save the email into .EML file after sending (like with Message.SaveMessage method) and send it to us for examination, via Helpdesk.
Regards,
Alex
|
Back to Top |
|
|