InstantMessage Constructor (String, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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