marcoITALY
Programmer
Hi guys... another question for you to help me solve...
I am still working on my "telephone directory" database, I would like to write the code to transfer some data of my record inside a text file with extension VCF (i.e. Outlook business card format) and automatically open it. In this way, Outlook will import the file inside its contacts.
VCF file looks like this
BEGIN:VCARD
VERSION:2.1
N:;Marco;;Sig.
FN:Marco
ORG:Marco Lodi ltd
TEL;WORK;VOICE:+39 0510000000
TEL;WORK;VOICE:+39 0516260000
TEL;WORK;FAX:+39 05143343332
ADR;WORK:;;Via dell'Industria, 26;Bologna;;40100;Italia
LABEL;WORK;Via dell'Industria, 26=0D=0AForl=EC 47100=0D=0AItalia
EMAIL;PREF;INTERNET:lodimarco@yahoo.it
REV:20030926T160237Z
END:VCARD
and the data are taken from a table.
I am still working on my "telephone directory" database, I would like to write the code to transfer some data of my record inside a text file with extension VCF (i.e. Outlook business card format) and automatically open it. In this way, Outlook will import the file inside its contacts.
VCF file looks like this
BEGIN:VCARD
VERSION:2.1
N:;Marco;;Sig.
FN:Marco
ORG:Marco Lodi ltd
TEL;WORK;VOICE:+39 0510000000
TEL;WORK;VOICE:+39 0516260000
TEL;WORK;FAX:+39 05143343332
ADR;WORK:;;Via dell'Industria, 26;Bologna;;40100;Italia
LABEL;WORK;Via dell'Industria, 26=0D=0AForl=EC 47100=0D=0AItalia
EMAIL;PREF;INTERNET:lodimarco@yahoo.it
REV:20030926T160237Z
END:VCARD
and the data are taken from a table.