| AttachmentSetMimeType Method |
Set attachment MIME type.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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