Click or drag to resize
ContactRetrievePicture Method
Retrieves the picture for contact. Check if picture is available using HasPicture flag.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void RetrievePicture(
	ContactRetrievePictureCompletionHandler completionHandler
)

Parameters

completionHandler
Type: Avaya.ClientServicesContactRetrievePictureCompletionHandler
Completion handler for this operation.
See Also