Created Issue: Problem when I parse the file below. [14307]
In my code when the ParseMessage method executes on the file below and generates a MailMessage object, the To property is not being set correctly.Instead the CC property is set and I'm not sure why....
View ArticleCreated Issue: Problem when I parse the file below. [14308]
In my code when the ParseMessage method executes on the file below and generates a MailMessage object, the To property is not being set correctly.Instead the CC property is set and I'm not sure why....
View ArticleCreated Issue: Problem when I parse the file below. [14309]
In my code when the ParseMessage method executes on the file below and generates a MailMessage object, the To property is not being set correctly.Instead the CC property is set and I'm not sure why....
View ArticleCreated Issue: Problem when I parse the file below. [14310]
In my code when the ParseMessage method executes on the file below and generates a MailMessage object, the To property is not being set correctly.Instead the CC property is set and I'm not sure why....
View ArticleCreated Issue: Problem setting To property [14311]
I'm parsing the following file below, but when I check the MailMessage object, the To property isn't set, but instead the CC is.Any ideas?Thanks
View ArticleNew Post: Does this create new mime messages??
Hi!!, I was wonderig if this code can create new mime messages (with attachments, html body ...) I don't see documentation or any posts/examples on how to do this.Thank youRegardsLeo
View ArticleNew Post: Does this create new mime messages??
no. I haven't looked into this project for quite a while, but as far as I remember the Microsoft SmtpClient class can do this already, so incorporating this into my parser didn't seem like well spent...
View ArticleNew Post: parse email into sharepoint list
Hey all,Do you think this could be adapted into a sharepoint feature, maybe entering the C# directly into a workflow to parse information in an email sent to a sharepoint list to pre defined columns in...
View ArticleNew Post: parse email into sharepoint list
I don't see why not. You may have to create a custom workflow activity, but there's no reason why this logic couldn't be included in a web part.J
View ArticleNew Post: Body Part
Hi,I tried it for some eml files. It reads all field except body. But it works fine with sample files included in this project. Can anyone tell me the reason? There is no documentation available. I...
View ArticleSource code checked in, #96133
Upgrade: New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link: http://go.microsoft.com/fwlink/?LinkId=254563
View ArticleCreated Issue: opening MimeParser.sln indicates MimeParser.vsmdi requires a...
Thank you for MimeParser.Opening MimeParser.sln (in Visual Studio 2010) produces the dialog:[ Convert Files from a Previous Format ]-----------------------------------------------The following file or...
View ArticleCreated Issue: Sign MimeParser.dll assembly with a strong name key file [16056]
Thank you for MimeParser.I expected the MimeParser.dll assembly to be signed with a strong name key file so that it can be referenced from a strong name key file signed assembly.Thank you.
View ArticleCommented Issue: Bug in FindContentType!? obsolete quotes - why not using...
hi,i think i found a bug in the method FindContentType. you are parsing the content-type header via regex - the charset as well:... if (Regex.IsMatch(headers["content-type"], @"charset=""(.*?)""",...
View ArticleCommented Issue: DecodeHeaders Bug [11894]
Hi,i think i found two bug when callingDecodeHeaders(returnValue.Headers); 1) I have a couple of mails that have pretty long subjects (and other header values too). These span a couple of lines in the...
View ArticleCommented Issue: Sign MimeParser.dll assembly with a strong name key file...
Thank you for MimeParser.I expected the MimeParser.dll assembly to be signed with a strong name key file so that it can be referenced from a strong name key file signed assembly.Thank you.Comments: **...
View Article