Hi All,
I have an auto agent to save some attachment to local disk. The code is all right when I run it manually, but it will crash Lotus Notes if I schedule it on local.]
-
I grant the agent the security level as 3
-
The code also runs good when I use Win XP, but now I upgrated the system to Win7 and it began to fail
-
I grant the “temp” folder “Full control” access for “Everyone”
If ( o.Type = EMBED_ATTACHMENT ) Then
Call o.ExtractFile( "c:\temp" + o.Source )
End If
Thank you.