This document is archived and information here might be outdated. Recommended version. |
Fields contained by intersection candidates.
[Visual Basic .NET] Public Function GetIntersectionCandidateFields ( _ ByVal propMods As IPropertySet _ ) As IFields
[C#] public IFields GetIntersectionCandidateFields ( IPropertySet propMods );
[C++]
HRESULT GetIntersectionCandidateFields(
IPropertySet* propMods
);
[C++] Parameters propMods [in]
propMods is a parameter of type IPropertySet*
The GetIntersectionCandidateFields object returns a Fields object that contains definitions of the Fields in the Recordset returned by the FindAddressCandidates method for intersection addresses.