Open .eml files in compose mode in outlook 2010

I want my users to be able to open eml files in compose mode in outlook 2010, by default it opens in readonly mode. Is there any way out?

Use: We generate email templates which the users can download and customize it before sending.

Upvotes: 16

Views: 8000

Answers (3)

Remon
Remon

Reputation: 159

Mail on MacOS adds this header internally:

X-Uniform-Type-Identifier: com.apple.mail-draft

Unfortunately, this will still not allow you to sent it directly. However, you can move any mail to your drafts folder and then sent it from there.

Upvotes: 0

e1on
e1on

Reputation: 81

Works on Microsoft Outlook but does not work on thunderbird.

A related discussion can be found here https://bugzilla.mozilla.org/show_bug.cgi?id=688284

Upvotes: 3

Chris
Chris

Reputation: 494

If you can add the header "X-Unsent: 1" to your .eml, it should open in Compose mode.

Upvotes: 24

Related Questions