Message Constructor (IExtensionBase, 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
)
Public Sub New (
source As IExtensionBase,
recipient As String,
content As String
)
public:
Message(
IExtensionBase^ source,
String^ recipient,
String^ content
)
new :
source : IExtensionBase *
recipient : string *
content : 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.
See Also