Author |
|
muiscatron Newbie
Joined: 25 May 2010 Location: United Kingdom
Online Status: Offline Posts: 1
|
Posted: 25 May 2010 at 8:16am | IP Logged
|
|
|
I am trying to use the ConvertToSystemNetEmail method, but it throws the exception:
System.ArgumentException was caught
Message="The parameter 'value' cannot be an empty string.\r\nParameter name: name"
Source="System"
ParamName="name"
StackTrace:
at System.Net.Mime.HeaderCollection.Add(String name, String value)
at MailBee.Mime.MailMessage.ConvertToSystemNetMail()
This does not happen consistently.
I can't seem to find a pattern - it happens randomly. Sometimes I can have identical messages that will work one time and fail the next. I am using version 5.9.2.203 of the MailBee.Net dll. I had been using 5.9.2.201, but I saw a forum message advising someone to upgrade. Until I upgraded, the method had always failed but now it just fails most of the time.
thanks in advance.
C
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 26 May 2010 at 4:54am | IP Logged
|
|
|
To let us help you on this, please provide us with one or several messages you're trying to convert so that we could try to reproduce the issue. Please use HelpDesk for sending sample mails ("Add another file" tool).
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|