Provides the Import Wizard with the Web address or addresses for the specified contact.
Syntax
BOOL CMA_LoadContactWebAddress(CMA_CTRLINFO& CtrlInfo,
CMA_CONTACT& Contact,
CMA_WEBADDRESS& WebAddress);
CtrlInfo The address of the CMA_CTRLINFO structure whose szDataPath member specifies the data path of the company data file. This structure was filled in by a previous call to the CMA_LoadCompany function.
Contact The address of the CMA_CONTACT structure that contains information about the contact whose Web address is being retrieved. This structure was filled in by a previous call to the CMA_LoadContact function.
WebAddress The address of the CMA_WEBADDRESS structure the filter DLL fills in with Web address information (for example, a Web site URL, e-mail address, or some other type of address).
Return Values
True if additional Web addresses remain to be retrieved from the data file; False if there are no more Web addresses to process.
Remarks
The Import Wizard calls the CMA_LoadContactWebAddress function repeatedly until it returns False, which indicates that it has provided information for all of the Web addresses for the contact.
See Also
CMA_CTRLINFO, CMA_CONTACT, CMA_LoadCompany, CMA_LoadContact, CMA_PARTY, CMA_WEBADDRESS