Make VCard?

  • Thread starter Thread starter localhost
  • Start date Start date
L

localhost

Looking for some sample code to emit a vcard (for Outlook) directly to
a web browser after clicking on a button.

Thanks.
 
do you have the vcard file or are you wanting to generate a vcard and then
output it to the browser for download.

email offline.

-th
 
Hi localhost,


Thank you for using Microsoft Newsgroup Service. Based on your description,
you are wanting some sample or reference s on emitting a vcard(for Outlook)
to a web browser?

As for this question, I'd like to request more information on it. Do you
want to just show a exist vcard to a web page or create one and display it
into the webbrowser. Else, how do you want the vcard info to be displayed
in the browser, just in custom style or used the OutLook style?

If you just want to open and existing vcard and display the datas to a
webpage with some custom entry fields or labels, you can manually create a
simple class to maintain the info in the vcf file and then set them to the
controls on the page. For such classes, you can refer some third party
examples, here is a weblink to a free source which provide a simple classs
for generate vcard info from a vcard file:

http://www.aspheute.com/artikel/20020906.htm

Please check out the preceding suggestion and feel free to let me know if
you need any help.


Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
I want to create a vcard file on the web server, save it to a
temporary directory, and then output it to the client.

Thanks.
 
Back
Top