Author |
|
dvargha Newbie
Joined: 20 March 2012
Online Status: Offline Posts: 5
|
Posted: 21 March 2012 at 4:39am | IP Logged
|
|
|
Hi,
I receive a System.ArgumentException when trying to convert a PstItem to MIME format:
A first chance exception of type 'System.ArgumentException' occurred in mscorlib.dll
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 MailBee.Outlook.PstMessage.a(bo A_0, Boolean A_1)
at MailBee.Outlook.PstMessage.GetAsMailMessage(Boolean includeHeaders)
at MailBee.Outlook.PstMessage.GetAsMailMessage()
I can convert the same message to MIME using MAPI and IConverterSession. Is there any way to avoid this exception and convert the message to MIME using MailBee?
Thanks,
Daniel
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 21 March 2012 at 4:56am | IP Logged
|
|
|
According to the developers, the really similar issue was fixed recently. Please try the latest DLL build. If this doesn't work with the latest one, we'll need you to provide us with code sample and a sample PST file the issue can be reproduced on.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
dvargha Newbie
Joined: 20 March 2012
Online Status: Offline Posts: 5
|
Posted: 21 March 2012 at 5:57am | IP Logged
|
|
|
Hi Igor,
I get a different exception using the new build:
A first chance exception of type 'System.ArgumentException' occurred in mscorlib.dll
System.ArgumentException: Item has already been added. Key in dictionary: '9' Key being added: '9'
at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.Add(Object key, Object value)
at System.Collections.Specialized.StringDictionary.Add(String key, String value)
at a.a.b1.a(String A_0)
at MailBee.Outlook.PstMessage.a(bo A_0, Boolean A_1)
at MailBee.Outlook.PstMessage.GetAsMailMessage(Boolean includeHeaders)
at MailBee.Outlook.PstMessage.GetAsMailMessage()
Regards,
Daniel
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 21 March 2012 at 6:02am | IP Logged
|
|
|
Understood. To proceed, we need the information requested in a previous message.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|