Represents content type of the message (E.g. "text/plain").

Namespace: Lesnikowski.Mail.Headers
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

C#
[SerializableAttribute]
public class ContentType
Visual Basic
<SerializableAttribute> _
Public Class ContentType
Visual C++
[SerializableAttribute]
public ref class ContentType

Inheritance Hierarchy

System..::..Object
  Lesnikowski.Mail.Headers..::..ContentType

See Also