ContentType Property

OpenPop.NET

OpenPop.NET POP3 Library Documentation

MessageHeader.ContentType Property

The Content-Type header field.

If not set, the ContentType is created by the default "text/plain; charset=us-ascii" which is defined in RFC 2045 section 5.2.
If set, the default is overridden.

public ContentType ContentType { public get; private set; }

See Also

MessageHeader Class | OpenPop.Mime.Header Namespace