Represents the content type of a MIME entity.

Namespace:  Rebex.Mime.Headers
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0

Syntax

C#
[SerializableAttribute]
public class ContentType : IHeader
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ContentType _
	Implements IHeader
Visual C++
[SerializableAttribute]
public ref class ContentType : IHeader

Remarks

Represents the Content-Type MIME header defined by RFC 2045.

Inheritance Hierarchy

System..::.Object
  Rebex.Mime.Headers..::.ContentType

See Also