| AttachmentSetIsThumbnail Method |
Set IsThumbnail property.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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