FALCONSEYE
Programmer
I am trying to create a vcard and attach it to an email. If i run save this on a vcard.cfm
<cfcontent type="text/x-vCard">
<cfheader name="Content-Disposition" value="inline; filename=newAppointment.vcd">
BEGIN:VCARD
VERSION:3.0
N;charset=iso-8859-1:FALCONSEYE
BDAY;value=date:1973-04-26
EMAIL;type=HOME:falconseye@jetansolutions.com
URL;type=HOME:TITLE;charset=iso-8859-1:Software Engineer
ORG;charset=iso-8859-1:JETAN Solutions
ADR;type=WORK;charset=iso-8859-1:;;123 Ocean Drive;Pasadena;CA;91125;USA
TEL;type=WORK:1 111 111 1112
URL;type=WORK:END:VCARD
and hit the url, i am able to see the vCard. So, does anyone know how to send this via attacment?
thanks
<cfcontent type="text/x-vCard">
<cfheader name="Content-Disposition" value="inline; filename=newAppointment.vcd">
BEGIN:VCARD
VERSION:3.0
N;charset=iso-8859-1:FALCONSEYE
BDAY;value=date:1973-04-26
EMAIL;type=HOME:falconseye@jetansolutions.com
URL;type=HOME:TITLE;charset=iso-8859-1:Software Engineer
ORG;charset=iso-8859-1:JETAN Solutions
ADR;type=WORK;charset=iso-8859-1:;;123 Ocean Drive;Pasadena;CA;91125;USA
TEL;type=WORK:1 111 111 1112
URL;type=WORK:END:VCARD
and hit the url, i am able to see the vCard. So, does anyone know how to send this via attacment?
thanks