ContactEndpointCollection.Add Method

Definition

Overloads

Add(ContactEndpoint)

Adds a contact endpoint to the contact endpoint collection.

Add(ContactEndpointType, String)

Creates a new ContactEndpoint of specified type and based on Uri and adds the new instance to the ContactEndpoint collection.

Add(ContactEndpoint)

Adds a contact endpoint to the contact endpoint collection.

public:
 virtual void Add(Microsoft::Lync::Model::ContactEndpoint ^ endpoint);
public void Add (Microsoft.Lync.Model.ContactEndpoint endpoint);
abstract member Add : Microsoft.Lync.Model.ContactEndpoint -> unit
override this.Add : Microsoft.Lync.Model.ContactEndpoint -> unit
Public Sub Add (endpoint As ContactEndpoint)

Parameters

endpoint
ContactEndpoint

Implements

Applies to

Add(ContactEndpointType, String)

Creates a new ContactEndpoint of specified type and based on Uri and adds the new instance to the ContactEndpoint collection.

public:
 void Add(Microsoft::Lync::Model::ContactEndpointType endpointType, System::String ^ endpointUri);
public void Add (Microsoft.Lync.Model.ContactEndpointType endpointType, string endpointUri);
member this.Add : Microsoft.Lync.Model.ContactEndpointType * string -> unit
Public Sub Add (endpointType As ContactEndpointType, endpointUri As String)

Parameters

endpointType
ContactEndpointType
endpointUri
String

Applies to