Hunny Software Library Reference

BodyStructureData.MediaSubtype Property

Gets the media subtype.

[Visual Basic]
Public ReadOnly Property MediaSubtype As String
[C#]
public string MediaSubtype {get;}

Property Value

The media subtype.

Remarks

Content in the MIME standard is labeled with a media type, such as "text/plain" or "image/jpeg". The media type consists of a primary media type, such as "text" or "image", and a subtype, such as "plain" or "jpeg". This property contains the media subtype of the referenced content.

See Also

BodyStructureData Class | Hunny.Mail Namespace