InstantMessageContentType Property |
Gets the type of the content (eg. text/plain, text/html)
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string ContentType { get; set; }
Public Property ContentType As String
Get
Set
public:
property String^ ContentType {
String^ get ();
void set (String^ value);
}
member ContentType : string with get, set
Property Value
Type:
StringSee Also