Click here to Skip to main content
15,917,062 members

Comments by Member 9744486 (Top 3 by date)

Member 9744486 4-Jul-13 17:26pm View    
Also what I just find out, when the attachments contains an .exe data, the exception appears.
Member 9744486 4-Jul-13 16:51pm View    
Stacktrace

[6736] System.FormatException: Die angegebene Zeichenfolge besitzt nicht das für eine E-Mail Adresse erforderliche Format.
[6736] bei System.Net.Mail.MailAddressParser.ReadCfwsAndThrowIfIncomplete(String data, Int32 index)
[6736] bei System.Net.Mail.MailAddressParser.ParseDomain(String data, Int32& index)
[6736] bei System.Net.Mail.MailAddressParser.ParseAddress(String data, Boolean expectMultipleAddresses, Int32& index)
[6736] bei System.Net.Mail.MailAddressParser.ParseMultipleAddresses(String data)
[6736] bei System.Net.Mail.MailAddressCollection.ParseValue(String addresses)
[6736] bei System.Net.Mail.MailAddressCollection.Add(String addresses)
[6736] bei S22.Imap.MessageBuilder.ParseAddressList(String list)
[6736] bei S22.Imap.MessageBuilder.SetAddressFields(MailMessage m, NameValueCollection header)
[6736] bei S22.Imap.MessageBuilder.FromHeader(String text)
[6736] bei S22.Imap.MessageBuilder.FromMIME822(String text)
[6736] bei S22.Imap.ImapClient.GetMessage(UInt32 uid, FetchOptions options, Boolean seen, String mailbox)
[6736] bei S22.Imap.ImapClient.GetMessages(UInt32[] uids, FetchOptions options, Boolean seen, String mailbox)
[6736] bei S22.Imap.ImapClient.GetMessages(UInt32[] uids, Boolean seen, String mailbox)
[6736] bei PullUpdates.PullUpdates.GetVersions() in G:\SmartHeil\SmartHeil\PullUpdates\Program.cs:Zeile 93.
[6736] bei PullUpdates.PullUpdates.DownloadData() in G:\SmartHeil\SmartHeil\PullUpdates\Program.cs:Zeile 54.
Member 9744486 4-Jul-13 16:47pm View    
Hi
I have just looked at the UID's.
I can't see anything what should be wrong.

The UID's looks like this:

[0]9
[1]11

I think the S22.Imap check this, if they are in correct format, or?

But I will still look at this problem.