Initializes a new instance of the
InfoData class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public InfoData(
string mimeType,
string subMimeType,
string content
)
Public Sub New (
mimeType As String,
subMimeType As String,
content As String
)
public:
InfoData(
String^ mimeType,
String^ subMimeType,
String^ content
)
new :
mimeType : string *
subMimeType : string *
content : string -> InfoData
Parameters
- mimeType
- Type: SystemString
The MIME type of the content. - subMimeType
- Type: SystemString
The sub-MIME type of the content. - content
- Type: SystemString
The content.
See Also