
HELP please for contact from Distribution list
You can do that using CDO code to extract information from the
AddressEntries in the GAL. Look at www.cdolive.com for a list of the
property tags you will need to use to get the EX address.
--
Ken Slovak
[MVP - Outlook]
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning Visual Basic 6 Application Development, Wrox
Press
Quote:
> Hi
> I search for my problem for some days, so if somebody can help me...
> I must do a vb 6 application who look into local distribution list
of
> outlook.
> This distribution list can be fill with local contact member or with
> Exchange server 5.5 GAL contact.
> I know how to look into a distribution list to find some information
about
> contact connected.
> BUT, I need to retrieve the
"/o=EXCH/ou=CIEZEDI/cn=Recipients/cn=test"
Quote:
> inforation.
> When connected contact came from local Contact, I can retrieve it by
using
> locStr = Right(myDistList.GetMember(y).EntryID, 48)
> Set Item = myNameSpace.GetItemFromID(locStr)
> myNeedInfo = Item.Email1Address
> BUT I CAN NOT FIND how retrieve
"/o=EXCH/ou=CIEZEDI/cn=Recipients/cn=test"
Quote:
> inforation if the connected contact came from GAL.
> Any help is welcome
> Thanks and sorry for my bad English.
> Jean Jourdain
> FAST