Click or drag to resize
CallLogParticipantMatchedContact Property

Note: This API is now obsolete.

Matched contact for this remote participant. If no matched contact exists, this property will report default value for the object. (i.e. null).

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
[ObsoleteAttribute("It is recommended to use the ResolveContacts method instead.")]
public Contact MatchedContact { get; }

Property Value

Type: Contact
See Also