N
NateG
I'm having problems when trying to generate a dist. list in VB.NET.
I'm trying to get a distribution list from a Eudora NNDBase.txt file into
Outlook and not having luck. I have the following data from parsing the
strings in the .txt file:
Dist List Name
Array containing the names of the dist. list members
Array containing the e-mails of the dist. list members
Now, I haven't had much luck with generating the code to create the
distribution list, add the names of the members followed by their e-mails.
Any suggestion?
I'm open to changing the method by which I'm adding members, but keep in
mind the only way to get the information about the members is by parsing a
gigantic 1 line string of a .txt file, there is no GAL to access, there is no
alternate Dist. List to draw the members from, etc.
I'm trying to get a distribution list from a Eudora NNDBase.txt file into
Outlook and not having luck. I have the following data from parsing the
strings in the .txt file:
Dist List Name
Array containing the names of the dist. list members
Array containing the e-mails of the dist. list members
Now, I haven't had much luck with generating the code to create the
distribution list, add the names of the members followed by their e-mails.
Any suggestion?
I'm open to changing the method by which I'm adding members, but keep in
mind the only way to get the information about the members is by parsing a
gigantic 1 line string of a .txt file, there is no GAL to access, there is no
alternate Dist. List to draw the members from, etc.