InstantMessage Constructor (String, String, String, String, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public InstantMessage(
string id,
string sender,
string recipient,
string content,
string contentType
)
Public Sub New (
id As String,
sender As String,
recipient As String,
content As String,
contentType As String
)
public:
InstantMessage(
String^ id,
String^ sender,
String^ recipient,
String^ content,
String^ contentType
)
new :
id : string *
sender : string *
recipient : string *
content : string *
contentType : string -> InstantMessage
Parameters
- id
- Type: SystemString
The unique ID of the message. - sender
- Type: SystemString
The sender of the message. - recipient
- Type: SystemString
The recipient who will receive the message. - content
- Type: SystemString
The content of the message. - contentType
- Type: SystemString
The content type of the message (eg. text/plain).
See Also