Message(IExtensionBase, String, String, String) Constructor |
Initializes a new instance of the
Message class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic 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 -> MessageParameters
- source IExtensionBase
-
- recipient String
-
- content String
-
- contentType String
-
See Also