I have created a NameSpace like this
Set nms = appOutlook.GetNamespace("MAPI")
Set autres = nms.CreateRecipient("Calendars'name of my collegue")
autres.Resolve
Set fld = nms.GetSharedDefaultFolder(autres, olFolderCalendar)
After this, fld returns an error that the name can't be readen and
"autres.resolved" return false.
Can coming the problem that a programm is Outlook 2003 and the other is
Outlook 2007 ?
Thank's
<kenslovak@mvps.org> a écrit dans le message
de news:
usCMpUU5KHA.5808@TK2MSFTNGP02.phx.gbl...
> What are you talking about? Are you trying to use
> NameSpace.GetSharedDefaultFolder() with a created Recipient object? That
> will only work if you have permissions to access the calendars in
> question.
> >
>
> "Heloïse" <helofa@netplus.ch> wrote in message
> news:4bd44bbc$1@news.vsnet.ch...
> > Hello
>
>> I want to resolve a calendar after a createrecipient of a collegue of the
> > society. For same calendars, it is ok, I can read all entries but for
> > same calendars I don't can resolve the calendar. Why ? Thanks for the
> > answer.
>
>> Helo
> >
>