InstantMessage(String, String) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic InstantMessage(
string recipient,
string content
)
Public Sub New (
recipient As String,
content As String
)
public:
InstantMessage(
String^ recipient,
String^ content
)
new :
recipient : string *
content : string -> InstantMessage
Parameters
- recipient String
- The recipient of the message.
- content String
- The content of the message.
See Also