Initializes a new instance of the
InfoData class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic 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 -> InfoDataParameters
- mimeType String
-
- subMimeType String
-
- content String
-
See Also