Contacts Sample Files
In order to simulate the address book of a device you can use a sample contacts file that has the XML structure shown in the listing below. You can then specify, in the Simulation pane of the Options dialog, that this file is to be used for simulations involving the Read Contacts action. Alternatively, you can use your Microsoft Outlook contacts for the simulation. The setting that specifies which of these two alternatives to use is in the Simulation pane of the Options dialog.
<?xml version="1.0" encoding="UTF-8"?> <Root> <Contact Id=""> <Name Prefix="" First="" Middle="" Last="" Suffix=""/> <Image Image=""/> <Address Description="" Country="" PostalCode="" City="" Street=""/> <JobInfo Title="" Company="" Department=""/> <Phone Description="" Number=""/> <Email Description="" Address=""/> <Website Description="" URL=""/> <Note Note=""/> </Contact> <Contact/> ... <Contact/> </Root>
|