R
Raul Ojasaar
hi
how I can open other users calendar using vba
it's possible in outlook file - open other user's folder
all calendars have permission for reading for all users
following code not working
Set ol = CreateObject ("Outlook.Application")
Set ns = ol.GetNameSpace ("MAPI")
Set MyCalendar = ns.GetSharedDefaultFolder ("username", 9)
thnx
raul
how I can open other users calendar using vba
it's possible in outlook file - open other user's folder
all calendars have permission for reading for all users
following code not working
Set ol = CreateObject ("Outlook.Application")
Set ns = ol.GetNameSpace ("MAPI")
Set MyCalendar = ns.GetSharedDefaultFolder ("username", 9)
thnx
raul