Gotcha.
Another question - how can I enumerate shared folders ?
I want to populate a combo box with all available "Shared Contacts" for a
given user's mailbox.
It appears the GetSharedDefaultFolder method requires me to know the name of
an owner ahead of time.
Thanks a bunch !
Jj
"Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message
news:urX5mZ3sIHA.4848@TK2MSFTNGP05.phx.gbl...
Yes, assuming you have permission to add and change items in the Contacts
folder in another user's mailbox, you can access the folder and its items
using the Namespace.GetSharedDefaultFolder method, which returns an Items
collection.
"Jimmy Jam" <jj@yahoo.com> wrote in message
news:uRMVQ4vsIHA.3420@TK2MSFTNGP04.phx.gbl...
> Is it possible to modify/add "Other Contacts" using VBA ?
> I believe these contacts are shared contacts from and exchange server.
>
> I can add and modify objects in the My Contacts folder, but can't figure
> out
> how
> to do the same for "Shared Contacts"
>
> Thanks,
> Jj
>
>