Current location: Hot Scripts Forums » Programming Languages » ASP.NET » the syntax for using ContactImporter .Net component in C#


the syntax for using ContactImporter .Net component in C#

Reply
  #1 (permalink)  
Old 10-11-10, 06:36 AM
kimya_alice kimya_alice is offline
New Member
 
Join Date: Oct 2010
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Spin the syntax for using ContactImporter .Net component in C#

Is there any prob with the syntax for using the ContactImporter .Net component in C#

ContactImporter ci=new ContactImporter("email_id","paasoword","email_type .com"); Example: //To access contacts from improsys@hotmail.com . example dim ci as new
ContactImporter("improsys","123456","hotmail.com")

//To access contacts from improsys@gmail.com . example dim ci as new
ContactImporter("improsys","123456","gmail.com")

//To access contacts from improsys@yahoo.com . example dim ci as new
ContactImporter("improsys","123456","yahoo.com")
ci.login();

if(ci.logged_in)
{
ci.getcontacts();

for(int i=0;i<emailArray.Length;i++)
{
Response.write(ci.nameArray[i]);
Response.write(ci.emailArray[i]);
}
}

** Links removed due to possible infraction **

Last edited by Yeroon; 10-13-10 at 08:46 AM.
Reply With Quote
Reply

Bookmarks

Tags
.net componet, contact importer


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Syntax Error Nikas Database 4 05-15-08 10:48 AM
Nevron Chart for .NET has been awarded the prestigious SYS-CON Readers' Choice Award Nevron General Advertisements 0 03-08-06 07:30 AM
Professional Charting, Diagramming and User Interface Suite for .NET Nevron General Advertisements 0 01-26-06 09:39 AM
Top 10 Reasons for Developers to Use the .NET Framework 1.1 emaxian ASP.NET 0 05-23-04 11:34 PM


All times are GMT -5. The time now is 02:46 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.