adding contacts to outlook
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have to add new contact(address) to outlook contacts folder from asp.net. can some one tell me the solution? Thanks in advance. satya
BEGIN:VCARD VERSION:2.1 N:user;test FN:test user EMAIL;PREF;INTERNET:user@yahoo.co.in END:VCARD This is the content of a file name testuser.vcf this is the business card file for a user. use such a file from asp.net application. This is not a good way. This is a crude way. I am not sure how to import this file automatically to outlook express. I will look into that and let u know. If u got any better idea post it here also anand