IContactCollection interface (icontact.h)
Do not use. Enumerates the contacts known by the IContactManager.
Inheritance
The IContactCollection interface inherits from the IUnknown interface. IContactCollection also has these types of members:
Methods
The IContactCollection interface has these methods.
IContactCollection::GetCurrent Retrieves the current contact in the enumeration. |
IContactCollection::Next Moves to the next contact. |
IContactCollection::Reset Resets the enumerator to before the logical first element. |
Remarks
This interface does not support deletion of contacts during an enumeration. Adding or removing contacts by other means during an enumeration results in undefined behavior. Modifying contact properties during enumeration is allowed.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | icontact.h |