Mime4.net Home | Community Edition | Order | Usage examples | Feedback
MimeField IsContentType Property MIME4NET Class Library Documentation
Determines if this is a Content-Type field.

Namespace: NI.Email.Mime.Field
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public bool IsContentType { get; }

Property Value

Type: Boolean
Remarks

Returns true if this is a Content-Type field, false otherwise.
See Also