Search:

Type: Posts; User: skeet101

Search: Search took 0.01 seconds.

  1. Re: Help using CDO to access specific OLK 2K address lists

    I used the following:


    Set oAEntries = moCDO.AddressLists

    For i = 1 To oAEntries.Count
    tStr = oAEntries(i)
    Debug.Print tStr & " " & i
    Next i
  2. Re: Help using CDO to access specific OLK 2K address lists

    Hi,
    the tabs were stripped out in the last post so just to clarify:

    Global Address List
    MyCompany
    ..Site1
    ....List1
    ..Site2
    ....List2
    ..IRELAND
  3. Re: Help using CDO to access specific OLK 2K address lists

    Hi,
    That was quick!
    The GAL is the top level but it's structed as follows:

    Global Address List
    MyCompany
    Site1
    List1
    Site2
    List2
  4. Help using CDO to access specific OLK 2K address lists

    Hi ,
    I'm using RobDog's signiture CDO sample (thanks RobDog) whick works perfectly for GAL listing. However, i'm trying to get the data from an exchange 2000 server with 51k entries which takes...
  5. Replies
    26
    Views
    37,861

    Re: Outlook Address from Alias

    Hi RobDog,
    That sample code works perfectly. However, i'm trying to get the data from an exchange 2000 server with 51k entries which obviously takes quite a bit of time (over 10 mins). The good news...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width