Message(IExtensionBase, String, String, 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 sender,
string recipient,
string content,
string contentType
)
Public Sub New (
source As IExtensionBase,
sender As String,
recipient As String,
content As String,
contentType As String
)
public:
Message(
IExtensionBase^ source,
String^ sender,
String^ recipient,
String^ content,
String^ contentType
)
new :
source : IExtensionBase *
sender : string *
recipient : string *
content : string *
contentType : string -> Message
Parameters
- source IExtensionBase
- The extension who sent the message.
- sender String
- The sender who sent the message.
- recipient String
- The recepient of the message set by the sender.
- content String
- Content of the message.
- contentType String
- Content type of the message.
See Also