The problem is that your Recipient object is not resolving. You are
providing incorrect information for that Recipient. I have no idea what you
are supplying or what would be correct. Try the SMTP address or the Exchange
alias of that person.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"JJFa" wrote in message ...
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