Click or drag to resize

AttachmentSetMimeType Method

Set attachment MIME type.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void SetMimeType(
	string mimeType,
	AttachmentCompletionHandler completionHandler
)

Parameters

mimeType
Type: SystemString
Attachment MIME type.
completionHandler
Type: Avaya.ClientServicesAttachmentCompletionHandler
The completion handler which will be invoked when the operation returns.
See Also