There is not a way to capture the Outlook contacts information in text
except by the following method.
I know that you said you did not want to use Vcard but this is the only
option.
How to Manually Process a vCard as a Text File
----------------------------------------------
A vCard record is just a text file. If you do not have an automated
facility to process vCard records, you can open them with a text editor and
use the information. The contents of a vCard file varies with the
information inserted by the file creator, but a typical file created from a
Contact record looks like the following when opened in a text editor:
BEGIN:VCARD
VERSION:2.1
N
oe;John;;;
FN:John Doe
ORG
oe Company, The;
TITLE: President
NOTE;ENCODING=QUOTED-PRINTABLE: This is a note associated with this
contact=0D=0A
TEL;WORK;VOICE
987) 123-4567
TEL;HOME;VOICE
987) 765-4321
TEL;CELL;VOICE
987) 135-8642
TEL;WORK;FAX
987) 246-1357
ADR;WORK:;;1234 North Street;Anytown;TX 751234;;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:1234 North Street=0D=0AAnytown, TX
751234 =0D=0AUnited States of America
URL:
URL:<WWLINK TYPE="GENERIC"
VALUE="
http://www.doeweb.com">
http://www.doeweb.com</WWLINK>
EMAIL;PREF;INTERNET:
[email protected]
REV:19980114T170559Z
END:VCARD
NOTE: Text formatting applied to entries in the Notes field is not
preserved when the .vcf file is save to your hard disk. The file format is
preserved in ASCII text only.
Tammy