Message Constructor (IExtensionBase, String, String, String) |
Initializes a new instance of the
Message class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Message(
IExtensionBase source,
string recipient,
string content,
string contentType
)
Public Sub New (
source As IExtensionBase,
recipient As String,
content As String,
contentType As String
)
public:
Message(
IExtensionBase^ source,
String^ recipient,
String^ content,
String^ contentType
)
new :
source : IExtensionBase *
recipient : string *
content : string *
contentType : string -> Message
Parameters
- source
- Type: Ozeki.VoIPIExtensionBase
The extension who sent the message. - recipient
- Type: SystemString
The recepient of the message set by the sender. - content
- Type: SystemString
Content of the message. - contentType
- Type: SystemString
Content type of the message.
See Also