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: 550.0.60.0
Syntax
C#
public void RetrievePicture(
	ContactRetrievePictureCompletionHandler completionHandler
)

Parameters

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