Represents the content type of a MIME entity.

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

Syntax

Visual Basic
Public Class ContentType _
	Implements IHeader
C#
public class ContentType : IHeader

Remarks

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

Inheritance Hierarchy

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also