There is no export function for a DL. You'd have to save it as a text file
and hope you can then import it to a Contacts Folder as an CSV or tab
delimited file.

Signature
Russ Valentine
[MVP-Outlook]
It's actually tab-delimited. Best to open in Notepad first to remove the DL
name and other non-data.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> There is no export function for a DL. You'd have to save it as a text file
> and hope you can then import it to a Contacts Folder as an CSV or tab
[quoted text clipped - 5 lines]
>>
>> Any suggestion is much appreciated.
Russ Valentine [MVP-Outlook] - 27 Sep 2004 20:48 GMT
Thanks, Sue. So saving a DL as a txt file creates a tab delimited file by
default? Good to know. Do you need to add a first row of field names to
import it?

Signature
Russ Valentine
[MVP-Outlook]
> It's actually tab-delimited. Best to open in Notepad first to remove the
> DL name and other non-data.
[quoted text clipped - 8 lines]
>>>
>>> Any suggestion is much appreciated.