Save email in outlook msg format

I have to save a RFC-822 plain text email in the ms outlook - .msg format.
Are there any Java-Packages which support this task or does anyone know where i can get a specification of the .msg format in detail?
thx,
Markus

HI,
I have the same issue and I would like to know if you have made some progress since last august.
I am looking for a way to save an email on the disk in .msg format.
Regards
Christian

Similar Messages

  • I have to save emails from outlook to my hard drive. When I go to open the email on the HD the attachment is not an attachment anymore. It needs to be. Help?

    My office uses outlook for emails, calendaring, etc. We save as all emails to a specific client related file for easy access and to reduce the items saved in outlook.
    Many of the emails have attachments. I use Firefox (love it) as my browser so when I save as an email it saves it with the Firefox Icon instead of the Outlook Envelope Icon. When I open the email from my computer (not outlook) the attachment name is there but it is not accessible. I have to go to the email in outlook and save the attachment(s) separately in order to access them. I don't want to do that. It takes up to much time and often the attachments are related to the data within the email and they need to be together in their original form.
    If I use Internet Explorer (which I hate) as my browser this does not happen. Can you help me? I really don't want to use IE.
    Thank you.

    I might be able to experiment with this a little.
    Are you running a recent version of Outlook Web App (i.e., Exchange 2010)?
    When you save files using IE, what format are they in (e.g., EML, RTF, HTML)?

  • IPhone 5/iOS 6 - replying to emails using "Outlook Style" Format?

    Hi all:
    I've googled around for the answer to this, but haven't found anything particularly helpful, so I'm reaching out to the community here in hopes that someone has a solution.
    My company is offering us the choice of continuing with a Blackberry, or switching to an iphone 5.  The main thing holding me back from switching to the iPhone is that I don't see a way to change the format of a reply email in the default Mail.app so that it is using the "Outlook Style" format.
    That is, when replying via the Mail.app on an iPhone, you will get this email format:
    On DATE at TIME, "SO and SO" <email address> wrote:
    <blurb of text>
    However, I want my replies to look like this:
    From:
    Sent:
    To:
    Subject:
    Does anyone have any suggestion for how to change the reply email format so that it follows the Outlook style?  I do not want people to know that I am replying from a mobile device, and it is readily apparent that you are doing so via the iPhone.  (The blackberries do not have this problem as they conform with the Outlook format by default).  I also think it looks very unprofessional in the business environment where the vast majority of enterprises use Outlook as their email client.
    Thanks!

    Hi gdgmacguy, thats so much for your reply. Currently this is only happening with one email address, not all. I also asked our exchange admin and he didn't have any ideas... any clues as to what to have him look for?

  • Is it a good idea to save emails in the raw format (.eml)?

    We currently save all of our emails onto a server, organised into projects, as RTF files.
    We're thinking about saving them as raw files (i.e. .eml) as there is more fidelity and you can include attachments.
    However, we're worried that these might not always be as easy to open as RTF files, which have proved to be very robust over the years in this regard.
    Do you think we would we be leaving ourselves open to problems opening files if we started saving our emails as EML files?

    How about mbox format? It can be imported into just about any email program. There are at least two ways of creating an mbox from Mail:
    Choose a mailbox and select Mailbox > *Archive Mailbox...*. This will create a folder hierarchy that can be easily reimported into Mail. Buried inside is a file (inside the .mbox folder) named "mbox" that can be imported into other email programs.
    Alternatively, select the messages you want to archive. Choose *Save As...* and choose "Raw message source". This also creates an mbox file.

  • Cfcontent and MIME types for MS outlook .MSG format

    Hi
    I am using a web service that returns the contents of a MSG file as a binary string.
    I was hoping to use <cfcontent> to then be able to render the document on demand when the user required.
    (e.g.)
    <cfcontent type="application/vnd.ms-outlook"><cfoutput>#tostring(structDocument.filecontent)#</cfout put><cfabort /> 
    However whenever I try to do this a dialogue box appears asking me to save or open the .cfm file instead of rendering the document like it would for the other file types.  Opening the .cfm file, I can see that the content is pretty much intact. 
    (e.g.)
    <cfcontent type="application/pdf"><cfoutput>#tostring(structDocument.filecontent)#</cfoutput><cfabor t /> 
    WORKS
    Does anyone have any ideas? 
    Thanks

    Hi Adam,
    In the end, the only way that I could get it to work in all browsers was to create a temporary file.  However, the cfheader info was useful, so thanks.
    Michael
    Code I used:
    <cffile action="write"
    file="#GetTempDirectory()#/#varFileName#"
            output="#structDocument.Filecontent#"
    >
    <!--- Output doc --->
    <cfheader name="Content-Disposition" value="#var_content_dis#">
    <cfheader name="Content-Length" value="#var_content_len#">
    <cfcontent type="#var_content_type" file="#GetTempDirectory()#/#varFileName#">

  • VBA check save Outlook .msg files

    hello guys, how do i check saved msg file on a folder or network share  via VBA  and determine whether it is an Inbox item or a Sent Item?
    Of course, can open the msg file and check whether its an inbox or a sent item.
    But it's ideal only for a few outlook msg files.
    Is there anyway to check save outlook mail files (.msg files) via VBA?
    Like check if it is an inbox or receive msg file then put to receive folder and if it is a sent item put to sent folder.
    Thank you.
    Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    IT Stuff Quick Bytes

    Once you save an email to an .msg file you cannot determine what folder it originated from.  However, you'd know it was a sent item by looking at the MailItem.SenderName or .SenderEmailAddress property IF you know the name of the sender.
    Eric Legault (MVP: Outlook;
    About me)
    Outlook Appins: Store social media fields in your Outlook Contacts!
    Co-author, Microsoft Office 2013 Professional Step-By-Step
    Thanks Eric, that's sad to know.
    Wish that there could be some flags or whatever property to check which folder it originates from.
    Can we suggest this thing to MS? :)
    Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    IT Stuff Quick Bytes

  • How to Change Outlook Default Folder for Insert-Attachment and Save Email/Attachemnt while Outlook is open (VBA)

    Hello,
    Office 2010 32bit, VBA
    Is it possible to programmatically do the above while Outlook is running?  If so, I'm hoping to make that change from a Word macro.
    I tried tinkering with the reg key and that doesn't work because it appears Outlook only respects it at startup time. Similary changing Word File-options-location of documents is respected only when Outlook starts.
    I'm looking to seamlessly keep Outlook's default folder in sync with Word's default folder as the users change working folders in Word, which they do many times per day (and they chose the folder among a couple of thousand possibilities).
    I'm hoping there is a difficult-to-find Outlook object I can manipuate to get to the end result.  IF there is such an Object I have been unable to find it.
    Many thanks!
    Julie

    Hi Julie,
    Based on my research, I think outlook object model doesn’t provide the way to change the default folder for insert attachment and save email/attachment.
    The way to change it is that we need to modify the registry setting and the outlook app should be restart.
    # How to set the default attachment folder in Outlook
    https://support.microsoft.com/kb/252732?wa=wsignin1.0
    You may create the add-in to custom these actions (e.g. attach attachment, save email)
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error Message  when trying to "Save Email as Activity" on Outlook 2007

    Hi all,
    This is a problem that we have logged with SAP, but they cannot find any reasons as to why we are having the problem. So I'm hoping someone here might be able to shed some light...
    After logging onto SAP through Outlook:
    When "Saving an email as Activity" using the Outlook ADDON, we get the following error message:
    AppName: bo_syncext.exe      AppVer: 8.0.0.49      ModName: bo_syncext.exe
    ModVer: 8.0.0.49      Offset: 000cc9d5
    This does not seem to work on any of our computers, except one!
    He is a Superuser, and he can save emails on his PC only.
    I can also save the emails, if I am logged on his computer, and am set up as a Superuser. I cannot if I am not a Superuser.
    He and I cannot send emails as a Superuser on my PC.
    This would lead me to think that it is a problem with our PC settings (security settings?).
    Has anyone else had this problem?
    Outlook version: 2007 (12.0.6514.5000) SP2 MSO (12.0.6425.1000)
    SAP Business One 2007.
    Many thanks
    Shaoni

    Hi
    I also have the same issue.
    I can save an email as an activity for only one user, this user is a super user.
    If i log on to that users machine as them, then sap as a user with the issue change them to a super user it works.
    However logged on to any other machine it won't work. We get the error message ;-
    Outlook itegration - error signature - AppName bo_syncext.exe, AppVer 8.0.0.49  Mod Name ntdll.dll ModVer 5.1.2600.3520
    Has anyone fixed this on a system ???

  • I am using a verizon email address and microsoft office for mac outlook program to manage my emails.   Does any one know if  the apple outlook version offers the ability to save emails as a pdf so that I can save it to my hard drive and how to access?

    I am using a verizon email address and microsoft office for mac outlook program to manage my emails.   Does any one know if  the apple outlook version offers the ability to save emails as a pdf so that I can save it to my hard drive and how to access?

    This is the Microsoft forum site that parallels what Apple has:
    Office for Mac forums
    It's not uncommon for MS employees who work with the Mac side of the business to help there. All in all a useful resource for Office:Mac

  • Lost adobe toolbar in Outlook to save Emails into a pdf document

    Hi,
    When I got the Adobe CS2 package installed on my office computer I had a toolbar (Adobe pdf) appeared in Microsoft Outlook so I could comfortably save emails which belong together into one pdf-file.
    The problem is, that the toolbar did not appear constantly and we could not find out yet why. Since a couple of days it does not appear at all anymore.
    Is there anybody out there who had this problem, too? I would be glad if someone could help me.

    Can you check the following registry entry?
    "HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlook\Addins\PDFMOutlook.PDFMOutlook"
    Look for "LoadBehavior" value. It should be 3. At times Outlook attempts to disable an addin and sets this value to 2.
    The behavior that you described can also be attributed to the fact that PDFMaker toolbar and menu appear only in single instance of Outlook. If you've multiple instances running, only the first instance will have PDFMaker addin loaded.
    Whenever you find PDFMaker missing, can you try the following --
    1. quit all Outlook instances.
    2. launch Outlook.
    Do let us know if either of the workarounds work for you?

  • Outlook 2013 won't auto-save emails if encryption or digital signature is enabled.

    In Outlook 2013, I recently noticed that although I have Autosave enabled, I never get drafts autosaved. The option is located in File > Options > Mail > "Save Messages" section > "[ ] Automatically save items that have not been
    sent after this many minutes [3]."
    Experimenting with why I have lost 2 long emails after system crashes, I discovered that Outlook 2013 will
    only automatically save emails if the Encrypt and Sign buttons are turned off. By default, I enable both in our corporate environment. So I never benefit from auto-save. I've changed the Autosave location and tested various other settings to
    no avail. But Autosave always works fine if there's no digital signature or encryption enabled.
    Has anyone else encountered this? Is this a bug?

    Hi,
    I just tested on my Outlook 2013 and experienced exactly the same.
    This is pretty much by design, actually you may find you are even unable to manually save these emails as drafts if encryption or digital signature is enabled.  I can also confirm some email service providers don't allow saving Encrypted Emails
    as drafts either, so this is not a bug but how it works in Outlook.
    Regards,
    Melon Chen
    TechNet Community Support

  • How can I save email from GS3 to outlook folders at office?

    Blackberry had a handy feature in which you could save email from BB to Outlook folders on the office computer. I cannot find anything similar on the GS3. Is there a way to accomplish this?

    BB created a dedicated network connection to handle transactions like that to keep it secure, Android doesn't have anything like that so you have to trust a 3rd party company to do this for you and at this time I do not think there is any that has a secure method of doing this.

  • Wie kann ich Outlook mails im .msg Format öffnen (MacBook Pro)

    Wie kann ich Outlook mails im .msg Format öffnen (MacBook Pro)

    Siehe bitte diesen Apple Support Artikel:
    iPhoto: Mediatheken gemeinsam mit anderen Benutzern verwenden
    http://support.apple.com/kb/HT1198?viewlocale=de_DE
    "Wir nutzen aber zusammen unter "für alle Benutzer" eine iPhoto Mediathek."
    Diese Methode klappt nicht mehr für die neuen MacOS X Versionen. Das einzige, was gut klappt, ist die Mediathek auf einer eigenen Festplatte oder Partition einer Platte anzulegen und für diese Festplatte/Partition die Markierung zum Ignorieren der Zugriffsrechte zu aktivieren. Das wird in dem obigen Artikel gut erklärt.
    Eine eigene externe Festplatte ist ohnehin nicht schlecht - auf diese Weise ist viel Platz für die Bilder da.
    -- Léonie
    Auf jeden Fall würde ich die Zugriffsrechte für die Mediathek nochmals reparieren, bevor sie auf eine eigene Platte oder Partition verschoben wird:
    Siehe diesen Artikel:
    http://support.apple.com/kb/HT2638?viewlocale=de_DE
    Und zwar den Abschnitt in dre zweiten Hälfte, "Mediathek – Erste Hilfe" - verfahre wie: "Zugriffsrechte Reparieren".

  • Error in opening draft email saved with msg extension

    I am attempting to create a email and save it on local hard disc. The email is a file having msg extension. So that it can be opened with MS Outlook. Also I want it to be in DRAFT mode. Like we can create draft email with MS Outlook. This message will have multiple attachmets.
    Thus when user opens this file, it will get opened with MS Outlook and user will be able to edit the message text, TO/CC list, attachments.
    I am using MimeMessage.writeTo(Outstream) API to save the message to a file, say C:\test.msg
    But if I double click test.msg in explorer to open it, it gives error:
    Can't open file C:\test.msg. The file may not exist, you may not have permissions to open it, or it may be open in another program.
    Is it possible to create draft Outlook email message with msg extension?
    If yes, how?
    My code:
                   Properties props = new Properties();
                   props.load(new FileInputStream("C:/email.settings.properties"));
                   // create some properties and get the default Session
                   Session session = Session.getDefaultInstance(props);
                   session.setDebug(debug);
                   // create a message
                   msg = new MimeMessage(session);
                   //Create message from saved email
                   File savedFile = new File("C:/test.msg");
                   // set the from and to address
                   InternetAddress addressFrom = new InternetAddress(from);
                   msg.setFrom(addressFrom);
                   InternetAddress[] addressTo = null;
                   addressTo = new InternetAddress[recipients.length];
                   for (int i = 0; i < recipients.length; i++) {
                        addressTo[i] = new InternetAddress(recipients);
                   msg.setRecipients(Message.RecipientType.TO, addressTo);
                   // Setting the Subject and Content Type
                   msg.setSubject(subject);
                   msg.setContent(message, "text/plain");
                   MimeBodyPart attachmentBodyPart = new MimeBodyPart();
                   DataSource ds = new FileDataSource("C:/WhichSQLServer.pdf");
                   attachmentBodyPart.setDataHandler(new DataHandler(ds));
                   attachmentBodyPart.setFileName("WhichSQLServer.pdf");
                   Multipart multipart = new MimeMultipart();
                   multipart.addBodyPart(attachmentBodyPart);
                   msg.setContent(multipart);
                   //msg.setFlag(Flags.Flag.DRAFT, true);
                   msg.getFlags().add(Flags.Flag.DRAFT);
                   msg.setFileName("test.msg");
                   msg.saveChanges();
                   FileOutputStream os = new FileOutputStream("C:/test.msg");
                   msg.writeTo(os);
                   os.flush();
                   os.close();

    Outlook Msg files aren't as easy to write as you would believe. They are a propretary format that microsoft uses based on the DocFile format that Word and Excel uses.
    If you did the MimeMessage.writeTo(out) and saved it to a .eml file Outlook Express will open it, but Outlook doesn't directly read this file type.
    I've started on a library to allow the creation of Outlook msg files, right now it only allows you to set text, dates, long, and boolean values on the email message (which means you can set stuff like the recieved date/time, subject, body, to, from, etc), but it does not yet support attachments or extra recipents (CC, BCC, etc). I'll be updating the copy on my site as soon as I get the other stuff working (which isn't as easy as it sounds).
    Priasoft has a library available that can do what you want however.
    travis (at) overwrittenstack.com

  • Saving Email as a .msg file on local machine

    Hi Everyone,
    I have a requirement of reading an email from the INBOX folder and later save it as a .msg file on my local machine. Although, the file is getting created, I am unable to open it. However, when the file is saved as an .eml file, it works fine.
    I have tried saving a .msg file from outlook and opening it, however, the problem is with the email file saved as .msg file using java.
    Any suggestions on fixing this problem.
    Thanks,
    Nitin

    Hi nithin,
    You can achieve this when the client send the message to you in octet streem then the par object contains the message subject as file name along with .msg files . if you store the same you can retrieve by using
    response.setcontenttype("octet-stream")
    and retrieve the stored message in .msg extension. can you pleasse let us know hoe you are capturing the part and storing in PC , I mean which type of part you are trying to open whether the part object content in octet stream or message/RFC822 format. please let me know.

Maybe you are looking for

  • Screen value not being captured in Report

    Hi,       I have a designed a report program with multiple tabs. When i enter data into the selection fields, its not storing the values during the start of selection event. When i save the values as variant and then use it, the program works perfect

  • Invalid path for Microsoft Word

    I had set a path for Microsoft Word as below c: serverip\B1_SHR\WordDocs\English, but I still get the "invalid path error". Please advice

  • Delay in  lookup of Remote object.

    Hi, I am using RMI for my client - server communication. My server is a Solaris machine and client is a Windows XP PC and I am using jre1.5. While I am doing a lookup of a Remote object from the client side using Naming.lookup , I see a delay of 1 to

  • HTML5 audio with Shoutcast - invalid source

    I have been trying to make the <audio> tags work with Shoutcast broadcasts in IE11 and have been unsuccessful after trying numerous things I have found on the web. It works fine with Chrome, FireFox, and in various Android browsers, but consistently

  • Mail 3.6 drive fails - where's backup?

    Hi folks Mail 3.6 on a PPC. I had a drive failure, I know it's sad...but have a backup of a previous system. I need to reinstall all of the e-mail addresses that spring up when I begin composing a mail..where do they live on my backup? I've tried <Pr