A
Andrew
Hello Folks,
I have a 2007 Outlook add-in developed in VB.Net which throws the following
error, when an email is attempted to be opened from a share: "Cannot open
file: "file name and path here." 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."
The weird thing is sometimes it opens, but most times it doesn't and throws
that error. The code is written to handle the "NewInspector" event which
should run when the email is opened. In the times, the error is throw, the
event is not being hit at all. When it hits the event, everything works fine.
Therefore, it seems like its blowing up trying to hit the event.
Any ideas anyone?
Regards,
I have a 2007 Outlook add-in developed in VB.Net which throws the following
error, when an email is attempted to be opened from a share: "Cannot open
file: "file name and path here." 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."
The weird thing is sometimes it opens, but most times it doesn't and throws
that error. The code is written to handle the "NewInspector" event which
should run when the email is opened. In the times, the error is throw, the
event is not being hit at all. When it hits the event, everything works fine.
Therefore, it seems like its blowing up trying to hit the event.
Any ideas anyone?
Regards,