Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

E-Mail address Generator in VB.NET

0.00/5 (No votes)
9 Nov 2003 1  
String generator for wild characters.

Sample Image - fire.gif

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...

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here