InstantMessage(String, String, String) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 String
- The recipient of the message.
- content String
- The content of the message.
- contentType String
- The content type of the message (eg. text/plain).
See Also