InstantMessage Constructor (String, String, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public InstantMessage(
string recipient,
string content,
string contentType
)
Public Sub New (
recipient As String,
content As String,
contentType As String
)
public:
InstantMessage(
String^ recipient,
String^ content,
String^ contentType
)
new :
recipient : string *
content : string *
contentType : string -> InstantMessage
Parameters
- recipient
- Type: SystemString
The recipient of the message. - content
- Type: SystemString
The content of the message. - contentType
- Type: SystemString
The content type of the message (eg. text/plain).
See Also