[]
The ContactList is a list of Contact objects. Only objects existing in the owning ContactCollection object may be added to this list. Use the ContactList to associate the set of Contact objects with an Appointment object.
public class ContactList : BaseList<Contact>, IList<Contact>, ICollection<Contact>, IList, ICollection, IReadOnlyList<Contact>, IReadOnlyCollection<Contact>, IEnumerable<Contact>, IEnumerable, INotifyCollectionChanged
Name | Description |
---|---|
ContactList(ContactCollection) | Initializes the new instance of the ContactList class. |
ContactList(ContactList) | Initializes a copy of the specified ContactList object. |
Name | Description |
---|---|
Owner | Gets the reference to the owning ContactCollection object. |