Share via


ContactEndpointCollection members

Represents a collection of endpoint identifiers available to a signed in user.

The ContactEndpointCollection type exposes the following members.

Properties

  Name Description
Public property Count Returns number of items in the object.
Public property IsReadOnly
Public property Item Given an index, returns an item in the collection.

Top

Methods

  Name Description
Public method Add(ContactEndpoint) Adds a contact endpoint to the contact endpoint collection.
Public method Add(ContactEndpointType, String) Creates a new ContactEndpoint of specified type and based on Uri and adds the new instance to the ContactEndpoint collection.
Public method Clear Removes all contact endpoints from the collection.
Public method Contains Returns true if a contact endpoint collection contains a specified endpoint.
Public method CopyTo CopyTo(Microsoft.Lync.Model.ContactEndpoint[],System.Int32)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method IndexOf Return the index of the contact endpoint in the collection.
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method Insert
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method Remove Removes the specified endpoint from the collection.
Public method RemoveAt
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See also

Reference

ContactEndpointCollection class

Microsoft.Lync.Model namespace