If you're building an add-in for Outlook 2003 or 2007, you can also use Outlook objects without triggering security prompts.
"Jimmy Jam" <jj@yahoo.com> wrote in message news:%23Vr2DC9sIHA.548@TK2MSFTNGP06.phx.gbl...
> For that I would have to use CDO or Redemption correct ?
>
> Thanks,
> jJ
>
>
> "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message
> news:uFVCSp8sIHA.1436@TK2MSFTNGP05.phx.gbl...
> There's no simple way to do that. You'd have to iterate the users in the GAL
> and try to return the Contacts folder from each user's mailbox.
>
>
> "Jimmy Jam" <jj@yahoo.com> wrote in message
> news:OxPLTL8sIHA.4716@TK2MSFTNGP06.phx.gbl...
>> 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"
>
>