Message(IExtensionBase, String, String) Constructor |
Initializes a new instance of the
Message class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 IExtensionBase
- The extension who sent the message.
- recipient String
- The recepient of the message set by the sender.
- content String
- Content of the message.
See Also