Author |
|
Grzessiekk Newbie
Joined: 31 October 2007 Location: Poland
Online Status: Offline Posts: 5
|
Posted: 14 December 2007 at 5:10am | IP Logged
|
|
|
hello!
I have problem with new version of MailBee.Net Pop3 - 3.
I when use
Attachment.Save( file_name, false)
Sometimes i loss access to directory where i saved attachment. It is only after overwrite file. The first use always works good.
When I a replace to 2.0.0.6 version of MailBee.Net Pop3 it is works good always.
Please answer.
Have a nice day.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 14 December 2007 at 5:25am | IP Logged
|
|
|
Could you please clarify what you mean saying "Sometimes i loss access to directory"?
Best regards,
Andrew
|
Back to Top |
|
|
Grzessiekk Newbie
Joined: 31 October 2007 Location: Poland
Online Status: Offline Posts: 5
|
Posted: 14 December 2007 at 5:38am | IP Logged
|
|
|
Hello!
It is problem with ALC to directory where I saved file. I can`t open directory - ACCESS DENY. I lose access to directory when I try open it on disk.
I was wrong that is problem with version 3. On version 2 is the same but rarely.
Exception is:
"UnauthorizedAccessException occurred. InnerException message follows: Access deny 'C:\\Inetpub\\izamowienia\\portal\\pliki\\osobiste\\test\\CZ UJNY.JPG'."
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 14 December 2007 at 7:25am | IP Logged
|
|
|
Are you sure the system user your application is running under has read/write permissions to the folder attachment is saved to?
Is it WinFroms or ASP.NET application?
Do you have an antivirus running on the workstation/server your application is running on? Perhaps, it blocks access to the file for some reason. Please try to disable it for testing purpose.
Does it happen with any attachments or with certain ones?
Are you able to reproduce the issue on another server/workstation?
If you don't have an antivirus and are sure there is no problem with permissions, could you please provide us with a part of the source code of your application which saves the attachment to disk? It would be also helpful if you provide us with a sample of message (as .eml file) which causes the issue. You can use Request Support Form for this purpose.
Best regards,
Andrew
|
Back to Top |
|
|