adressbook

  • Thread starter Thread starter Sandra Flossie
  • Start date Start date
S

Sandra Flossie

in a piece of code, I do this:

Set allrecips = Gsession.AddressBook(Title:="Select Calendars",
forceResolution:=True, RecipLists:=1, tolabel:="Calendars")

does anybody know how i can put some default adresses in the AdressBook
List?

Thx

Sandra
 
The Recipients argument takes a CDO Recipients collection to provide a
default list of selected Recipients. Create and populate a CDO
Recipients collection with the members you want and pass that
collection to the Session.AddressBook call.
 
thx
Ken Slovak - said:
The Recipients argument takes a CDO Recipients collection to provide a
default list of selected Recipients. Create and populate a CDO
Recipients collection with the members you want and pass that
collection to the Session.AddressBook call.
 
Back
Top