Introduction
This is simple VB.Net application which generates a list of email addresses on the input string replacing wild character in recursive manner. Usefull for creating e-mail ids for bulk mail sending.
I'm planning to upgrade this to check whether the specified listed email id is available and working. An entry condition string may contain any characters allowed in an email address and one or more wild characters(I use * here). While you click the generate button it recursively calls the procedure to build a page (.doc file) with a list of all the possible combinations of email ids from the entry condition string you supplied. You can open the Document to view the email-addresses using View Id button.
Here you go...