Inheritance Hierarchy Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic class Message : EventArgs
Public Class Message
Inherits EventArgs
public ref class Message : public EventArgs
type Message =
class
inherit EventArgs
endThe Message type exposes the following members.
Constructors| | Name | Description |
|---|
 | Message(IExtensionBase, String, String) | Initializes a new instance of the Message class |
 | Message(IExtensionBase, String, String, String) | Initializes a new instance of the Message class |
 | Message(IExtensionBase, String, String, String, MimeType) | Initializes a new instance of the Message class |
 | Message(IExtensionBase, String, String, String, String) | Initializes a new instance of the Message class |
 | Message(IExtensionBase, String, String, String, String, Int32) | Initializes a new instance of the Message class |
 | Message(IExtensionBase, String, String, String, String, Int32, ListIMessageHeader) | Initializes a new instance of the Message class |
 | Message(String, IExtensionBase, String, String, String, String, Int32, ListIMessageHeader) | Initializes a new instance of the Message class |
Top
Properties
Methods
See Also