Click or drag to resize

IMedia4DataMediaType Property

IT Hit WebDAV Classes Reference
Gets and sets media type stored in data: URI.

Namespace: ITHit.WebDAV.Card
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
string DataMediaType { get; set; }

Property Value

Type: String
Remarks

For example this property extracts and returns or sets "image/jpeg" from "PHOTO:data:image/jpeg;base64,MIICajCCAdOgAwIBAgICBEUwDQYJKoZIhv".

Do not confuse this property with MediaType which returns MEDIATYPE business card property.

See Also