CMA_LoadContactStreetAddress

Provides the Import Wizard with the street address or addresses of the specified contact.

Syntax

BOOL CMA_LoadContactStreetAddress(CMA_CTRLINFO& CtrlInfo,
    CMA_CONTACT& Contact,
    CMA_STREETADDRESS& StreetAddress);

CtrlInfo   The address of the CMA_CTRLINFO structure whose szDataPath member specifies the data path for 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 street address is being retrieved. This structure was filled in by a previous call to the CMA_LoadContact function.

StreetAddress   The address of the CMA_STREETADDRESS structure the filter DLL fills in with street address information.

Return Values

True if additional addresses remain to be retrieved from the data file; False if there are no more street addresses to process.

Remarks

The Import Wizard calls the CMA_LoadContactStreetAddress function repeatedly until it returns False, which indicates that it has provided information for all of the street addresses of the contact.

See Also

CMA_CTRLINFO, CMA_CONTACT, CMA_LoadCompany, CMA_LoadContact, CMA_PARTY, CMA_STREETADDRESS