I
inqui69
Hi,
my code works correclty with my calendar folders and with SHARED calendar folders.
I need to pickup folder of a user that shared with me his calendar, but I do not be able do to it.... I thinks the problem is that his folder are "above" my folder...
Here the code that works fine with my folder calendar:
......
Set Cal = ns.Folders("Cassetta postale - Giuseppe").Folders("Calendario")
......
I Need to pick the folder of Gino (his calendar is shared with me, but not present in Public Folder...)
Set Cal = ns.Folders("Cassetta postale - Gino").Folders("Calendario")
This does not work!
Thanks
Bye
my code works correclty with my calendar folders and with SHARED calendar folders.
I need to pickup folder of a user that shared with me his calendar, but I do not be able do to it.... I thinks the problem is that his folder are "above" my folder...
Here the code that works fine with my folder calendar:
......
Set Cal = ns.Folders("Cassetta postale - Giuseppe").Folders("Calendario")
......
I Need to pick the folder of Gino (his calendar is shared with me, but not present in Public Folder...)
Set Cal = ns.Folders("Cassetta postale - Gino").Folders("Calendario")
This does not work!
Thanks
Bye