Click or drag to resize

IMedia4DataMediaType Property

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

Namespace:  ITHit.Collab.Card
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
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