Hi, all developers, In this article I will show you with an example that how I solve my clients needs.
Client’s Problem:
One of my client wants to mail to their customers by admin web page. That seems good! But they also want to get mail addresses from web’s Database and also from Microsoft Outlook’s ® Contacts or Address books.
My Solution:
Now comes to the solution part. First I created an admin page for getting e-mail address from web’s Database. And create a small program in VB which collects name and e-mail addresses from the outlook’s pst or pub data. This small program also load’s the data in Clipboard. So you just need Ctrl+V to right admin pages and the page saves the data into the web’s database.
I have Included with this the small VB program and asp Pages.
Now I am going details to the code of admin pages and Databases. Next I will discuss how to use the small VB program.