Filename extension used by many email clients including Microsoft Outlook Express, Windows Mail and Mozilla Thunderbird. The files are plain text in MIME format, containing the email header as well as the message contents and attachments in one or more of several formats.
Questions tagged [eml]
241 questions
0
votes
1 answer
Open .eml file in compose mode in any client
I have composed a mail and stored as .eml file. I need to open this .eml file in compose mode with default email client application configured in the system.
Its getting opened in read mode. I went through all threads in stackoverflow. Everyone's…

Manikandan
- 673
- 3
- 12
- 26
0
votes
1 answer
How to create an .eml file to be opened as draft in IBM Notes?
Currently Im trying to create an .eml file in C# with some information (shown below) that should be opened as a draft in Lotus Notes. The creation of the .eml works and contains the information I want to have. However the problem is, if I open this…

RawMVC
- 123
- 1
- 15
0
votes
1 answer
How to export mail message to EML or MSG file with PowerShell and EWS part 2
I am trying to export all messages in the inbox of a particular account in Exchange 2010. I found this solution in another post How to export mail message to EML or MSG file with PowerShell and EWS that looks very promising but I am getting an error…

BomSquad
- 3
- 4
0
votes
1 answer
why is PEAR mimedecode.php body output almost always NULL?
It successfully decodes about 1/20 raw e-mails in .eml format, is it really that rubbish library or am I doing something wrong?

Markus
- 65
- 1
- 5
0
votes
1 answer
Python: How can I get Firefox preferences to neverask.saveToDisk for a .eml file?
I am trying to set the preferences on my Firefox browser to never ask to save to disk when downloading a .eml file.
def setUp(self):
profile = webdriver.FirefoxProfile()
profile.set_preference('browser.download.folderList', 2)
…

Golshy
- 63
- 2
- 13
0
votes
0 answers
Saving .eml file with X-Unsent: 1 is not working for Lotus Notes 8.5
The .eml file created with below contents works appropriately in Outlook, however, when you open it with Lotus Notes 8.5 - it's not shown as draft email. It comes-up as a normal email, like it is in Inbox. If I try to Forward the email, then the…

AaBa
- 451
- 1
- 6
- 21
0
votes
1 answer
Deserialize EML to MailMessage in .NET/C#
I've found this pretty way (Elegant way to serialize a MailMessage object in .NET) to serialize a MailMessage to a EML-String. But now I also need the way backwards - I want to deserialize the EML-String to a MailMessage.
I've already tried a view…

Matthias Wirth
- 227
- 3
- 12
0
votes
1 answer
Return Email Message from Web Api
I'm not sure if this is possible, but I need to return an email message from a web api controller. Essentially, it would then allow the user the open the file (an eml or msg), make some changes and then send it to the relevant person.
Code wise I…

Tom
- 603
- 1
- 6
- 17
0
votes
1 answer
.msg to eml conversion issues outlook
I am using a third party dll that converts outlook .msg mails to eml. This dll functions as expected for majority of the emails i try to convert. But recently, I found a mail that doesn't get encoded and decoded properly. It's a mail with some…

Undisputed007
- 639
- 1
- 10
- 31
0
votes
1 answer
.msg to .eml file using Aspose.Email missing Calendar data
I am trying to convert from .msg to .eml file format using Aspose.Email for .NET. Pretty trivial:
var msg = MapiMessage.FromFile(@"example.msg");
MailMessageInterpretor mmi =…

Alexandru
- 12,264
- 17
- 113
- 208
0
votes
1 answer
gmail REST api 'import message' with python requests
I am trying to upload an email to gmail account using gmail REST API for import message https://developers.google.com/gmail/api/v1/reference/users/messages/import#http-request using python requests module. email is in RAW format (i.e. data of .eml…

Mahesh Mankar
- 231
- 3
- 16
0
votes
1 answer
Export all message from mailbox to eml using Exchange
I'd like to export all message from user mailbox to *.eml. Someone Can help me?

kobi55
- 93
- 2
- 10
0
votes
1 answer
EWS: Add userproperties to an EML when saving it?
In some of my mails, I have stored some userproperties via Outlook...
item.UserProperties.Add("CustID", Outlook.OlUserPropertyType.olText)
item.UserProperties("CustID").Value = custID.ToString
On a Pc (server) without Outlook installed, I want to…

MojoDK
- 4,410
- 10
- 42
- 80
0
votes
1 answer
Send email message eml c#
Currently, I have an email application and I want to add send messages with .eml but not as attached file without from, to content. I don't know where to start. My first idea was extract message from .eml file and return CDO message.

gvivetapl
- 445
- 1
- 5
- 15
0
votes
0 answers
How to store email with attachment in database
In my program, I receive a .eml files via drag-and-drop onto my form.
I am able to store this file without any problem. Also, when re-opening the (copy) of the dropped .eml file, I am able to open it in the default application (i.e. default mail…

neggenbe
- 1,697
- 2
- 24
- 62