K
Kenneth Mai
I am trying to export the members of a mail id (name and email address) from
the Global Address List to a comma-separated values (.csv) file. I have the
code to get to the mail id, which is a displaytype of cdoDistList, but can't
figure out the code to loop through this list and pull out the pertinent data
for the members. Now, another tricky part is that the mail id contains other
mail ids, so I imagine I would have to write a recursive function since the
mail ids can be several levels deep.
Can anyone help with this? Oh, this is outlook 2003, but I don't think it
makes a difference.
Many thanks.
the Global Address List to a comma-separated values (.csv) file. I have the
code to get to the mail id, which is a displaytype of cdoDistList, but can't
figure out the code to loop through this list and pull out the pertinent data
for the members. Now, another tricky part is that the mail id contains other
mail ids, so I imagine I would have to write a recursive function since the
mail ids can be several levels deep.
Can anyone help with this? Oh, this is outlook 2003, but I don't think it
makes a difference.
Many thanks.