InstantMessage Constructor (String, String) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemString
The recipient of the message. - content
- Type: SystemString
The content of the message.
See Also