Click or drag to resize
MimeTypeExFromString Method
Creates a MIME type from a string.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static MimeType FromString(
	string mimeType
)

Parameters

mimeType
Type: SystemString
The string.

Return Value

Type: MimeType
The MIME type.
See Also