InstantMessage(String, String, String, String) Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic InstantMessage(
string sender,
string recipient,
string content,
string contentType
)
Public Sub New (
sender As String,
recipient As String,
content As String,
contentType As String
)
public:
InstantMessage(
String^ sender,
String^ recipient,
String^ content,
String^ contentType
)
new :
sender : string *
recipient : string *
content : string *
contentType : string -> InstantMessage
Parameters
- sender String
- The sender of the message.
- 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