Click or drag to resize

UserContactService Property

Service providing access to contact features for this user.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ContactService ContactService { get; }

Property Value

Type: ContactService
Remarks
If the user is not configured for contact service, this property will return null.
See Also