Click or drag to resize
MessagingParticipantRetrievePicture Method
Retrieves the picture for the participant. 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(
	MessagingParticipantRetrievePictureCompletionHandler completionHandler
)

Parameters

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