Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook OOP - Contacts
Message
From
11/11/2005 08:11:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Outlook OOP - Contacts
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01067598
Message ID:
01067598
Views:
61
I have to synch outlook with VFP data since outlook's database is so poorly designed.

Anyway how do I get the data outside of this:
			cFirst 			= .FirstName
			cLast 			= .LastName
			cFullname		= cFirst +" "+cLast
			cFileAs			=  cLast+", "+cFirst
			cHomePhone 		= .HomeTelephoneNumber
			cBusinessPhone 	= .BusinessTelephoneNumber
			cBusinessFax 	= .BusinessFaxNumber
			cHomeFax 		= .HomeFaxNumber
			cPager 			= .HomeFaxNumber
			cCellPhone		= .CarTelephoneNumber
			cPrimary		= .PrimaryTelephoneNumber
			dBday			= IIF(.Birthday=   DATETIME(4501,1,1,0,0,0),{},.Birthday)
			dAnniversary	= IIF(.Anniversary=DATETIME(4501,1,1,0,0,0),{},.Anniversary)
			cHomeAddress	= .HomeAddress
			cBusinessAddress= .BusinessAddress
			nMailingAddress	= .SelectedMailingAddress
in Outlook I filled in things like:
Contacts..., Categories...,the comment box on the contact sheet, 2nd and third email addesses, website , department, office, profession etc. ??
they don't show in the ContactItem


Also how to overcome the set the profile to open ? I have 2 of them, home and office (because of different SMTP servers)

Those answers are not in Tamar's otherwise excellent book


Thanks

Peter
Peter Cortiel
Next
Reply
Map
View

Click here to load this message in the networking platform