Hi all, I am having the asp.net application that is collecting the information form the .aspx page.And on UI there is a button "Save to Outlook" . i just want to click , and want to save the filled information (in the input controls like first name, last name, email id ..etc.) as new contact in the outlook of who is currently using the application.
I have asked about this before, but according to some repliers I cannot use the interop services respected to outlook (ie. Microsoft.Office.Interop.Outlook) and and I conclude thats true, when I saw the Microsoft avoidance suggestion to do this.
http://support.microsoft.com/kb/257757
Also some guys suggest me to use vCard Or CSV file. but I am stuck on : If I am using vCard , then have question that how to save vCard as a contact through c# ? means what steps I have to follow. Same in confusion about the CSV file format. I don't know, how to import the CSV file or vCard as contact in outlook programmatic way (in C#).
Will somebody have solution over this? please, seriously ,I am in trouble since last 5 days.
Edited: Hey guys, what is Open XML file formats for office 2007 ? Can i use this for this requirement. means is there any Open XML file formats for outlook present that represents the contacts. I have no Idea about this please guide me, Diamonds.