how to add contacts to an existing distribution list?

  • Thread starter Thread starter yajiv.vijay
  • Start date Start date
Y

yajiv.vijay

I can add contacts to a new distribution list , but i dont know how to
add contacts to an existing distribution list. Can anybody explain
with a code? If tutorials exist please mention their url.. thanks in
advance...
 
In general DL's are best to avoid, they are not very robust in the long
term.

Use DistListItem.AddMember or .AddMembers to do what you want. The Help in
the Object Browser shows examples of using those methods.
 
Back
Top