Click or drag to resize
AttachmentSetMimeType Method
Set attachment MIME type.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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