Tagged Questions

10
votes
6answers
8k views

Recommendations on parsing .eml files in C#

I have a directory of .eml files that contain email conversations. Is there a recommended approach in C# of parsing files of this type?
5
votes
1answer
134 views

How to Migrate EML data in chuck to Google Apps Mail using Google API ver 2?

I am migrating EML mails to Google Apps. When i try to Migrate a EML file with two attachment 2.1 MB and 1.96 MB. It is throwing exception: "The request was aborted: The request was canceled." I am ...
2
votes
2answers
770 views

How to open .eml files using Outlook MAPI in C#?

I have a C# application that reads .msg files and extracts the body and the attachments. But when I try to load a .eml file the application crashes. I am loading the files like this: MailItem ...
2
votes
1answer
474 views

c# outlook add-in convert msg to eml

Is there any way to read a mail within outlook (using an add-in) and save it as an EML file?
1
vote
1answer
169 views

Lotus Notes - save whole email message eml c#

I need to export (save to) hard drive my Lotus Notes emails. I figured out the way how to save attachments to HDD, but I can't figure out the way of how to save the whole email. The code below shows ...
0
votes
0answers
234 views

Replace CDO & ADODB, email message file parsing

I use c# code below to open email message file (eml) and parse subject and body(need to parse eml file and find all web links in any). I have searched for native c# code to open textual or html ...
0
votes
1answer
265 views

RTF message bodies in EML files

We use the LumiSoft.NET MIME library to create EML files. These EML files are constructed by database values. The body of the email can be plain text, RTF, or HTML. We know when the body is HTML so, ...
0
votes
1answer
452 views

What MIME for reading .eml file?

I use ImapX library to save email to .eml file What MIME I can use to read it? MIME can read most of Content-Type. Thanks.
0
votes
2answers
728 views

Convert multiple eml files to single PST in C#

I need to write a single function which will take multiple eml files ( may be from a single filesystem folder ) and convert them to a single PST file. Is it possible? if yes can someone provide a ...
0
votes
3answers
1k views

Extract images from EML file in C#

I need to extract the images (attached) of a .EML file. Any help or ideas? Thanks in advance. (I'm programming in c#)
0
votes
4answers
1k views

.eml to .pdf API

Does anyone know of an .eml to .pdf C# API?