Outlook "lock" on .msg files

I am trying to confirm what I believe to already be true, if someone can confirm with documentation on this issue:
Users are saving Emails as ".msg", if the email/file is opened Outlook "locks" the file. If the email is closed and re-opened moments later (either by the same user or another on a shared drive) without closing Outlook and the OUTLOOK.exe process ending the user receives error:
"Microsoft Office Outlook"
Can't open file: "file location"... The file may not exist, you may not have permission to open it, or it may be open in another program. Right-click the folder that contains the file, and then click Properties to check your permissions for the folder.
This is obviously not a permissions issue and I have confirmed that is Outlook is "locking" the file by using procmon but I can't convince management that there is "no fix" for this. So here I am asking for anyone to either tell me there is a fix or tell me to find a new profession.
Thanks in advance!
Ad CCNA, MCSA: Messaging

Possible cause: 3rd party Add-ins, not just “Google Desktop Search”
Resolution: Disable all outlook Add-ins and com Add-ins. If the issue still persists, please check the registry key below; make sure there’s no 3rd party Add-in in it
HKEY_LOCAL_MACHINE\Software\Microsoft\Exchange\Client\Extensions
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Outlook\Addins
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\Outlook\Addins
HKEY_CURRENT_USER\Software\Microsoft\Exchange\Client\Extensions
HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Addins
Sorry this did not really help with the issue, however, I think it is related to something else.Ad
CCNA, MCSA: Messaging

Similar Messages

  • Jacob - save outlook message as .msg file

    Hi,
    I need to save an outlook mail item as a .msg file using Jacob.
    In C# I would use the syntax
    mail.SaveAs(savePathAndName, Outlook.OlSaveAsType.olMSG) where 'mail' is an outlook mailitem, the first parameter is a string and the second parameter is a type.
    In Jacob I've tried various combinations of
    Variant saveResult = Dispatch.call(mailItem, "SaveAs", "Microsoft.Office.Interop.Outlook.OlSaveAsType.olMSG");
    with no success
    Any ideas?
    tvm
    RCF

    Variant saveResult = Dispatch.call(mailItem, "SaveAs", directory + "newEmailName.msg");
    thanks you, i found it because of you :)

  • Creating .msg file for MS Outlook

    Hi,
    I need to create a ".msg" file, so that some users can click on the message, and it opens up in MS Outlook. Has anybody successfully done this using the JavaMail APIs?
    Using the writeTo method (ie: message.writeTo(fileOut); ), I was able to create a file. However, when I try and open it in Outlook, it won't open. I compared my file to a message that I saved using Outlook, and their msg file has a ton more stuff. It looks like all of the headers are encrypted.
    If anybody has done this, and could provide some input, that would be fantastic!
    Thanks.

    MSG Files:
    Priasoft has several MSG related products. http://www.priasoft.com
    In particular, they have a MSG file parsing library that gives developers access to all the properties of a .msg file, without outlook.
    They also have an export library that works with the MSG library for exporting msg files to other formats, like PDF, TIF, and HTML.
    For PST files, they have a couple of command line tools that allow extraction of messages to MSG, again without requiring outlook, and it supports both ANSI and UNICODE pst files. There is also the reverse, a MSG to PST utility.
    They also have a viewer product that looks very similar to outlook 2003 with regards to the User Interface. The viewer can view, search, print, and export msg files.
    Of recent they released a MSG to XML converter tool. I think the like is http://www.priasoft.com/downloads/msg/installmsg2xml.exe
    Lastly, they just release a free ViewOnly viewer here: http://www.priasoft.com/msgview.exe
    Regards,
    the MSG Guru, Eriq VanBibber
    ALT160 - Do you see me?

  • I need help creating PDF files from Outlook .msg files.

    I am trying to create a single PDF file from a group of Outlook .msg files. I need the attachments to be preserved and I am hoping that the individual .msg messages will be separated / bookmarked.
    I am trying to remove large quantities messages from my mailbox and store them elsewhere as a record of correspondence. 

    Try running Repair Disk on the external drive.
    With the drive connected go to Applications / Utilities / Disk Utility and double click DU.
    In the left column click to select the name of the external (the item indented to the right).
    Click First Aid.
    Click Repair Disk.
    Unless you get a message the drive cannot be repaired, you should run Repair Disk again and again until you see green text saying the disk was repaired.
    Quit DU.
    If you get the message that the disk cannot be repaired, you will need a more powerful repair utility.

  • Parse Outlook msg files in ABAP

    Hi,
    I'm looking for a way to parse Outlook MSG-Files in ABAP. E.g. to extract the subject line of a message. In my scenario the files are stored in DMS and have to be processed within a background job. Right now i had no luck in converting the binary data of this file format. Any help is welcome.

    It is possible to write ABAP code to extract subject lines using .MSG File Format details.

  • How to import msg files into Outlook with Powershell

    Hello,
    I want to import contact msg files on the file system into Outllok.
    Before I want to delete all contacts in this contact folder.
    Can you show me how please.
    Frank

    # 1 - try to not create lots of interim items as it make it harder to shutdown Outlook.
    # 2 - To delete all items in a folder:
          $namespace.GetDefaultFolder(10).Items |%{$_.delete()}
    The following code of your makes no sense.  What are you trying to do?
    $SourceFiles = Get-ChildItem -path "D:\ccc\*" -include *.msg      #-recurse
    foreach ($_ in $SourceFiles)
            $x ++
            $MailItem = $_
            $olMailItem = $NameSpace.OpenSharedItem($MailItem)
      [void]$olMailItem.Move($objContactFolder)
    This is a better construct:
    Get-ChildItem -path "D:\ccc\*" -include *.msg |
         ForEach-Object{
              $nameSpace.OpenSharedItem($_).Move($namespace.GetDefaultFolder(10))
    But I don't think it is correct.  What are you trying to do?
    ¯\_(ツ)_/¯

  • How can I open Outlook .msg files?

    How can I open Outlook .msg files?
    I have FireFox 3.6.15

    It's not an apple solution but you can try MailRaider by 45 RPM software. I have not used it personally but it was one of the hits that came up when I did a google search for .msg on Mac.
    Hopefuly the link posts but if not then just head over to macupdate and do a search for MailRaider
    http://www.macupdate.com/app/mac/31845/mailraider
    Hope this helps.

  • 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

  • Can't open Outlook msg files

    Hi,
    We are using Windows Phone with Nokia Lumia and we can't open outlook msg files.
    From Desktop, we save Outlook messages into msg format in SharePoint libraries, but When I try to open this message using Internet Explorer with Nokia Lumina, it can't do it. Windows Phone can't open msg files.
    It is this possible? Can't install Outlook client into Windows Phone? Exists any msg reader?
    Thanks

    Hello,
    I am not really sure what that means?
    Did you set it up manually on the sequencer, or did you create it manually on after monitoring?
    Is whats captured the same thing as whats setup when its working?
    Have you compared how it works on a manually setup client vs whats actually configured within your package?
    /Znack

  • Converting Outlook .msg files to .one files

    Hello,
    I am facing a few difficulties regarding the conversion of .msg files to .one files.
    A colleague of mine is using around 200 .msg files which he could view on his phone but since that suddenly did not work, I am tasked with converting those .msg files to .one (or a file format that is compatible with OneNote).
    I then encountered the possibility of converting .msg files to .pdf, but you can't edit .pdf files within OneNote (therefore requiring another conversion progress).
    Also I'd like, if possible, to convert the .msg files in one large batch without having to click and convert every single one of them (could be done but would take a while though).
    If there are any questions, feel free to ask!

    Hi,
    I haven't found a method to directly convert .msg file to .one files. However, as a workaround, we can try inserting these .msg files as printouts in OneNote notebook. To do this, click Insert tab > File Printout button, then, hold Ctrl key and select
    all the .msg files you want to import into OneNote. Click Insert button.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]
    Hello Steve,
    I have already converted the Outlook notes to .doc format with a third party tool (it was a big hassle but I am one step closer to importing them in OneNote).
    At the moment, I'm importing the Outlook notes into OneNote which will take a while since there around 270 notes.
    I'll keep you posted when it's done or I have tried something else.

  • Outlook Add-In Mail Item How to save the mail item (which is in compose mode) as a .msg file in non editable form?

    Hello,
    I am working on an outlook add-in where I have a custom button on the ribbon tab of compose mail item.
    My requirement is to save the mail item currently being composed as a .msg file at a predefined location on click of my custom "Save" button. I am able to do it using "mailItem.SaveAs(...)".
    But my problem is, when I open the .msg file in outlook, it is opened in compose mode but I want to see it as a read-only item. For e.g. exactly the way it looks when I save it after it's sent.
    Could you share any ideas on how to achieve this?
    Thanks,
    Vinay
    -Vinay Pugalia
    If a post answers your question, please click "Mark As Answer" on that post or
    "Vote as Helpful".
    Web : Inkey Solutions
    Blog : My Blog
    Email : Vinay Pugalia

    Strictly speaking you need to *remove* the MSGFLAG_UNSENT bit (=8), not set the MSGFLAG_READ bit, so setting the PR_MESSAGE_FLAGS property to either 0 or 1 will work. Keep in mind that you can remove the MSGFLAG_UNSENT bit only before the message
    is saved for the very first time. If you touch the bit after the message was saved, the message will stay unsent.
    Also note that this may not be what the user wants since the message will become read-only when reopened.
    Dmitry Streblechenko (MVP)
    http://www.dimastr.com/redemption
    Redemption - what the Outlook
    Object Model should have been
    Version 5.5 is now available!

  • How do I get my IPhone contacts and calendars (Outlook created msg files) to my new Windows 7 LT running Windows Live Mail (free) that doesn't recog. Outlook files??

    How  do I get my Iphone contacts and calendars (Outlook created msg file) to my new Windows 7 LT running Windows Live Mail (free) that doesn't recognize Outlook files??
    Is there a good free converter of msg files to windows live mail file?
    This  is not fun

    Did you try the iPhone syncing options in iTunes?
    Click on your iPhone in iTunes, and check under the Info section where you can choose which app to sync with. Is Windows Live Mail an option?

  • .msg file format of outlook

    Hello,
    I'm looking for a solution to convert an e-mail from .eml format, to .msg file format. This format belong to outlook, and that's why it's very difficult to find informations.
    So, does anabody could give me information about .msg file format ?
    thank you so much
    Tizzy

    Actually, the outlook msg file format has nothing to do with RFC822. I wrote a library in pure java that will allow you to read/write this file format via the POI framework from the Apache Foundation.
    travis (at) overwrittenstack.com

  • Can't open .msg files more then once, saved or as an attachment to an email

    we use :
    microsoft xp & office/outlook 2003
    can't open .msg files more then once, saved or as an attachment to an email
    If we save an email as a outlook.msg file , we can only open it once, close it,
    when trying to open it again it gives an error that it is not possible due to a scurity issue or it is already open.
    After closing outlook and starting it again, we can open it once again.
    Same when clicking an .msg that is attached to an email, but here we can switch to another email, go back to the one and open it again.
    We have installed all updates for both xp and office 2003 also internet explorer 8.0 to test if that would work, normally we have ie7.0.

    Hi,
    1.  What is the detail error information, please try to reproduce the issue and then post the detail error information here.
    2.  Did you save the msg file locally or on a network drive?
    3.  Please try to check security on the msg file and also check the drive NTFS permission. 
    4.  Copy over the email messages from the affected user machine to a different machine and check if the issue persist.
    5.  Test if the issue persist after saving a new email on Mailbox to local drives.
    6.  Copy over the affected email messages from local drive to a PST file and check if these emails can be opened fine.
    1)    Create a new PST file .
    2)    Added to user’s Outlook profiles.
    3)    Launch Outlook .
    4)    Highlight a folder under this PST.
    5)    Drag and drop or copy/paste the emails from local drive to Folder highlighted under the PST files.
    Besides, please try to remove all the add-ins like Entrust and then test the issue again.
    1.     Remove add-ins
    1)    Uncheck all Third-Party Add-ins selected in Outlook , found under Tool\Options\Other\Add-ins managers.
    2)    Export the registry hive below for backup.
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook \Addins
      HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Outlook \Addins
    3)    Delete the registry entries under the above path for all Third-Party Add-ins.
    4)    Close , Open Outlook and attempt to open email message on local drives.
    2.     Temporarily stop all third-party application running following the steps
    below.
    1)    Run MSCONFIG
    2)    Go to Services Tab\Select Hide all Microsoft Services check box.
    3)    Click Disable All.
    4)    Restart the Machine Test if the issue persist.
    5)    To revert back the above setting Run MSCONFIG, Go to General Tab , Select Normal
    Startup and restarted the machine.
    Regards,
    Xiu
    1 Translated from dutch as good as i know :
    "Can't open : c:\test.msg, it might not exist, do you have the required permission to open the file or is it open in another application. Click
    with the right mousebutton on the map click properties to view/check the rights for that map."
    2 tried both, the network and locally, i have the rights to save it in the map and open it once, so thats not the problem, iseems that outlook locks the file after it is openen once.
    3 security and ntfs permissions are ok, see 2
    4 tried it from different pc's networks maps etc.
    5 done.
    6 in a pst file the msg can be openen ore than once, but thats not the problem, tried and this works, but i need to save an email as an .msg file.
    7 addins removed and doen all of that part, didn't help.
    We also have tried:
    -Installing all updates and ie8
    -going back to xp sp2 (fresh install of xp)
    Only thing that did work was an msg file attached to an email, we couldn't open that more then once,
    but after  checking "Use exchange modus with cache" at the account properties we could open that more than once.
    Now we need to be able to open the email's saved as .msg more then 1 time.

  • .MSG files. Problem with getting requested values from crawled properites

    Hi
    I have a lot of msg files on my file server. I use SharePoint Enterprise Serach engine to crawl all these MSGs.
    I would like to get extra managed properties out of these files. I am most interested in getting Mail:5(text) / Mail:12(Date and Time) / Mail:53(Date and Time) from MAIL category in Managed Properties.
    This thread is very similar to one already posted by SpinnerUp:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/82d69df0-5cb2-4e51-a485-34209e111f4b/problem-with-crawling-msg-files-doesnt-seem-to-return-requested-values-from-crawled-property
    Please be aware that I do not use Public Folders. These MSGs are exproted from Outlook and are stored on File Server not Exchange.
    I tried to link Crawled Properties to new property however I cannot get any results back.
    Thank you for you help.
    Regards, Marcin (Please mark as helpful or answered if it helps)

    Thank you for your replay.
    However I am not keen to write custom connector at this stage.
    Is it possible to simply get "Subject", "Sent", "Received" info from msg file and then map it to managed properties.
    Does SharePoint create any crawled properties which contain information about let's say "Subject" which then can be used to create managed properties?
    I tried playing with "MAIL" properties however I cannot get them to work. I guess this is because the file is a msg file rather than mail which is stored in Exchange Public Folder.
    Regards, Marcin (Please mark as helpful or answered if it helps)

Maybe you are looking for

  • Installation problem with Adobe Premiere Elements 10

    I recently purchased a copy of Premiere Elements 10 (With photoshop elements) and I have come to brick wall in the installation. First off, I have already installed photoshop and its working fine, however when i try install Premiere i get the followi

  • Reg: XML PUBLISHER HELP

    Hi all, I am building report using xml publisher. Problem i facing was , 1. I created the template in RTF and attached to data definition for eg: my rtf is sno item quantity price ( I created this field in table structure and mapped to xml data) Tota

  • Alpha channel from photoshop changes on import to FCP

    I'm new to alpha channels. I have an image, to which I added an alpha channel in Photoshop, which now gives me a cut-out of the image. I imported the psd of this into FCP 5.0.4 (I was not allowed by FCP to import a tiff with an alpha channel.) Howeve

  • What is the best audio interface to buy to record drums?

    What is the best audio interface to buy to record drums?  Looking for something with 8 inputs to mic my drum kit.  Don't want to go past $1,000.  Been looking at the Presonus Firestudio and M-Audio Profire 2626, for example.  This is my first time se

  • Another JTable/buttons in cells query - event forwarding

    Hi Everyone. Apologies in advance for yet another thread on this subject. I realise this has been discussed a number of times but I can't find what seems like a definitive solution. I understand what the fundamental issue is with putting JComponents