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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top