Open GoogleCodeExporter opened 9 years ago
I was having the same problem and I tried setting RootFolder equal to a local
and
network directory. I suspect it has to do with how my IT dept configures PCs.
When
I changed from using a directory path like s:\outlookattachments to using the
\\networkdrive\outlookattachments format it started working. However, I had to
tweak
some of the backslashes in the code so that the hyperlinks would work.
Hope that helps.
Original comment by west.jas...@gmail.com
on 12 Mar 2010 at 3:39
Pleas check for "[" and "]" illegal characters in message bodies.
Replace in the macro this line:
invalidChars = Array("\", "/", ":", "*", "?", """", "<", ">", "|", "…", "#")
by this line:
invalidChars = Array("\", "/", ":", "*", "?", """", "<", ">", "|", "…", "#", "[", "]")
Original comment by jumomar...@gmail.com
on 2 Jul 2012 at 7:26
Original issue reported on code.google.com by
klimaxat...@gmail.com
on 28 Jan 2010 at 4:02