Tagged Questions

0
votes
0answers
16 views

Is it possible to save received emails as msg format instead of eml in SharePoint

I have a document library that is enabled to receive emails. However, the email is saved as .eml format, which cannot be opened by Outlook 2003/2007 by default. Is it possible to save the incoming …
0
votes
1answer
70 views

python code to convert mail from pst to eml format

Is there any python code to convert outlook pst mails to eml format. Please also suggest for any such code in some other language. Thank you.
0
votes
1answer
50 views

Using the Microsoft SMTP Server’s Dropfolder

I have set up Microsoft SMTP server so it will store all incoming email in a dropfolder. I want to process, using c#, incoming mail based on the sender, recipient, and subject line. If possible, I …
0
votes
1answer
80 views

Is there a free .eml parser available somewhere?

Hi, I am writing an add-on for my intranet to allow my users to just email "itsupport" and parse the from as the user who logged the job and the body as the issue. Does anyone know if their is a …
0
votes
2answers
275 views

Open eml file in any mail client and take screenshot

I perform a lot of tests that create e-mail messages. I store each message in separate eml file. (I can change file extension if needed.) I would like to open each file in any mail client and take a …
1
vote
2answers
634 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?
0
votes
4answers
376 views

.eml to .pdf API

Does anyone know of an .eml to .pdf C# API?
1
vote
6answers
1k views

Creation of a EML file with an attachment using JavaMail

Hi. I'll create a EML file with an attachment using JavaMail. I created a simple EML file successfully, but adding an attachment don't work properly. I'm going to add a PDF file. My EML file will …
0
votes
4answers
302 views

concatenating many email files with unix utils

I would like to know if there is any easy way to print multiple emails(about 200) so that they continue on as opposed to printing one per page. I have tried with thunderbird and evolution and this …
5
votes
3answers
1k views

Create an EML (E-Mail) File in Java

Anybody knows how to do this? I got all the information of the email (body, subject, from , to, cc, bcc) and need to generate an eml-file out of it.