Click or drag to resize

AttachmentSetIsThumbnail Method

Set IsThumbnail property.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetIsThumbnail(
	bool isThumbnail,
	AttachmentCompletionHandler completionHandler
)

Parameters

isThumbnail
Type: SystemBoolean
New value of IsThumbnail property.
completionHandler
Type: Avaya.ClientServicesAttachmentCompletionHandler
The completion handler which will be invoked when the operation returns.
See Also