Search The ForumSearch   RegisterRegister  LoginLogin

MailBee.NET Objects

 AfterLogic Forum : MailBee.NET Objects
Subject Topic: Encoding ’Symbol’ not found using V 7 Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
AengusO
Newbie
Newbie
Avatar

Joined: 26 February 2010
Location: Ireland
Online Status: Offline
Posts: 22
Posted: 14 March 2012 at 10:02am | IP Logged Quote AengusO

I am getting this error processing some emails using MailBee.Net objects V7 ( V 7.1.2.340 ), I do not get this error when I process the same emails in V6 (V6.8.2.287 ) - Is this a problem in MailBee.NET.dll V7 ?

System.ArgumentException: 'Symbol' is not a supported encoding name.
Parameter name: name
   at System.Globalization.EncodingTable.internalGetCodePageFromName(String name)
   at System.Globalization.EncodingTable.GetCodePageFromName(String name)
   at System.Text.Encoding.GetEncoding(String name)
   at a.a.b1.a(String A_0)
   at a.a.b1.a(String A_0, Object A_1)
   at a.a.de.b(z A_0, b1 A_1, ByteToStringConversionHandler A_2)
   at a.a.de.a(Stream A_0, Boolean A_1, ByteToStringConversionHandler A_2)
   at MailBee.Outlook.MsgConvert.MsgToMailMessage(Stream msgStream)
Back to Top View AengusO's Profile Search for other posts by AengusO
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 14 March 2012 at 10:26pm | IP Logged Quote Igor

The latest build is .357 and you can download it here. Can you please confirm if the issue persists with the latest one? If yes, we'll need a code sample and a test message, feel free to submit those to our HelpDesk.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
AengusO
Newbie
Newbie
Avatar

Joined: 26 February 2010
Location: Ireland
Online Status: Offline
Posts: 22
Posted: 15 March 2012 at 4:56am | IP Logged Quote AengusO

I cannot use the Helpdesk at the moment - when I ask for a password reminder for my Email address, I do not receive the reminder email.

I tried with the .357 build, I still get the same problem.

The problem happens when I am reading a .msg file from the filesystem and calling MsgToMailMessage, code is like this ( C# )

                    else if (ext == ".msg")
                    {
                        uploadEmail = msgConvert.MsgToMailMessage(Path.Combine(currentEmailCollector.FileSystemImportFolder, EmailFilename));
                        loaded = true;
                    }

I can send a copy of one of the emails which has a problem if you can give me an email address to send it to,

Thanks            
Back to Top View AengusO's Profile Search for other posts by AengusO
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6089
Posted: 15 March 2012 at 5:04am | IP Logged Quote Igor

You can forward the test message to support(at)afterlogic(dot)com email address.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide