MessageMessageType Property |
The type of the message. Can be used for distinguish different types of message. (eg. email, sms)
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string MessageType { get; set; }
Public Property MessageType As String
Get
Set
public:
property String^ MessageType {
String^ get ();
void set (String^ value);
}
member MessageType : string with get, set
Property Value
Type:
StringSee Also