SIPInstantMessageResultSupportedContentTypes Property |
Gets the content types that the other party supports.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public List<string> SupportedContentTypes { get; }
Public ReadOnly Property SupportedContentTypes As List(Of String)
Get
public:
property List<String^>^ SupportedContentTypes {
List<String^>^ get ();
}
member SupportedContentTypes : List<string> with get
Property Value
Type:
ListStringSee Also