There's nothing special about Outlook syntax. It's all objects, properties,
methods, and events, the same as with other libraries you may have used in
VB/VBA. The method you need, Items.Find, is well documented in Outlook VBA
Help and in the Outlook Developer Reference on MSDN.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"barret bonden" <(E-Mail Removed)> wrote in message
news:4b43bf48$0$5015$(E-Mail Removed)...
>
> Ahhhh ! (sigh of relief) the guardian angel of Outlook programmers is
> still there. Ms. Mosher, I've been professionally programming in VB/VBA
> for
> 16 + (?) years now , but still can't make substantial heads or tails of
> Outlook syntax; I have no real capacity to be creative here.
>
> This is crass of me, but could you be more explicit ? Or direct me to
> some
> code (been looking for weeks) that solves this ?
>
>
>
>
> "Sue Mosher [MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> You need to use the MAPIFolder.Items.Find method to return the existing
>> list based on a query against some known criteria, such as the Subject
>> (i.e. list name).
>>
>> "barret bonden" <(E-Mail Removed)> wrote in message
>> news:4b43a762$0$31272$(E-Mail Removed)...
>>> Trying to add to an existing distribution list; (from MS Access to
>>> Outlook 2003) ; code below can add, but always creates new DL (see
>>> below); skipping through Access records into general top level contacts
>>> was easy, DL work has been very frustrating.
>>> Code below works (it adds to a list) but it needs to refer to a known
>>> list. How do I do this successfully ?
>>
>>
>
>