Click or drag to resize

MimeTypeExAsString Method

Retrieves the string representation of the MIME type.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static string AsString(
	MimeType mimeType
)

Parameters

mimeType
Type: Ozeki.VoIPMimeType
The MIME type.

Return Value

Type: String
The string format of the MIME type.
See Also