Search results

  1. M

    Can't open same msg file more than once at the same time in Outlook 2010

    I wrote a little method to check if the file is locked by attempting to open the System.IO.FileInfo to a FileStream inside a try..catch that captures an IOException. If it opens, I close the FileStream and return a false. If it catches the IOException, I return a true. Works like a charm...
  2. M

    Can't open same msg file more than once at the same time in Outlook 2010

    Actually, that is a practical idea. This project is an in-house windows app. If the file is locked by Outlook I could make a copy to a local temp directory and open the copy. Thanks for the idea. Do happen to know how to check if an .msg file is locked by Outlook? Is there an attribute or...
  3. M

    Can't open same msg file more than once at the same time in Outlook 2010

    I was afraid of that. Do you know of any way to have more than one user look at the email at the same time? Thanks.
  4. M

    Can't open same msg file more than once at the same time in Outlook 2010

    I'm running Outlook 2010. I copy an email to a network folder and it saves correctly as an .msg file. I can open it fine. Close it. Open it again. This is not the common problem listed about opening the file, then closing, then not being able to open again. I get the below error when I try...
Back
Top