Difference between revisions of "Vcard format"
From KOP KB
(Created page with "BEGIN:VCARD VERSION:3.0 N: first; last;;; FN: first last ORG: company TITLE: title EMAIL;TYPE=work: [email protected] TEL;type=HOME: homephone TEL;type=WORK: w...") |
|||
Line 1: | Line 1: | ||
− | BEGIN:VCARD | + | BEGIN:VCARD<br> |
− | VERSION:3.0 | + | VERSION:3.0<br> |
− | N: first; last;;; | + | N: first; last;;;<br> |
− | FN: first last | + | FN: first last <br> |
− | ORG: company | + | ORG: company<br> |
− | TITLE: title | + | TITLE: title <br> |
− | EMAIL;TYPE=work: [email protected] | + | EMAIL;TYPE=work: [email protected]<br><br> |
− | TEL;type=HOME: homephone | + | TEL;type=HOME: homephone<br><br> |
− | TEL;type=WORK: workphone | + | TEL;type=WORK: workphone<br><br> |
− | TEL;type=FAX,HOME: fax home | + | TEL;type=FAX,HOME: fax home<br> |
− | TEL;type=FAX,WORK: faxwork | + | TEL;type=FAX,WORK: faxwork <br> |
− | ADR;type=HOME: homeaddress;;;;;; | + | ADR;type=HOME: homeaddress;;;;;;<br> |
− | ADR;type=WORK: workaddress;;;;;; | + | ADR;type=WORK: workaddress;;;;;;<br> |
− | END:VCARD | + | END:VCARD<br> |
Revision as of 23:51, 15 September 2015
BEGIN:VCARD
VERSION:3.0
N: first; last;;;
FN: first last
ORG: company
TITLE: title
EMAIL;TYPE=work: [email protected]
TEL;type=HOME: homephone
TEL;type=WORK: workphone
TEL;type=FAX,HOME: fax home
TEL;type=FAX,WORK: faxwork
ADR;type=HOME: homeaddress;;;;;;
ADR;type=WORK: workaddress;;;;;;
END:VCARD