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

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

Syntax

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

Inheritance Hierarchy

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

See Also